class

Marten::CLI::Manage::Errors::Exit

Inherits Exception / Reference / Object

Represents an error raised when commands are instructed to terminate execution immediately through the use of the #exit method and when they are being executed in an environment that explicitly disallows this (such as specs).

Constructors

new(code : Int32)
Source

Instance methods

code
Source