Skip to content

class Athena::Console::Exception::Logic
inherits Exception #

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

Included modules

Athena::Console::Exception

Constructors#

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

View source