Interface KernelPanicEvent

interface KernelPanicEvent {
    error: Error;
}

Properties

Properties

error: Error