class Athena::Console::Exception::Logic

Overview

Represents a code logic error that should lead directly to a fix in your code.

Included Modules

Defined in:

exception/logic.cr

Constructors

Instance methods inherited from module Athena::Console::Exception

code : Int32 code

Constructor Detail

def self.new(message : String, code : Int32 = 0, cause : ::Exception | Nil = nil) #

[View source]