class

Spectator::SystemExit

Inherits Exception / Reference / Object

Indicates a call to exit the application was performed.

Constructors

new(message : String | Nil = nil, cause : Exception | Nil = nil, status : Int32 = 0)

Creates the exception.

Source

Instance methods

status

Status code passed to the exit call.

Source