SystemError

extends Exception

Represents a system error.

Constructors

SystemError other, Node deep exception = other.exception;

Type Functions

message()

Get a message explaining the cause of the SystemError.

stacktrace()

Get the native exception stacktrace.

string()

Functions inherited from Exception