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

Overview

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).

Defined in:

marten/cli/manage/errors.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(code : Int32) #

[View source]

Instance Method Detail

def code : Int32 #

[View source]