abstract class Athena::Console::Exceptions::ConsoleException
- Athena::Console::Exceptions::ConsoleException
- Exception
- Reference
- Object
Overview
Base class of all ACON::Exceptions
.
Exposes a #code
method that represents the exit code of a command invocation.
Direct Known Subclasses
- Athena::Console::Exceptions::CommandNotFound
- Athena::Console::Exceptions::InvalidArgument
- Athena::Console::Exceptions::Logic
- Athena::Console::Exceptions::RuntimeError
Defined in:
exceptions/console_exception.crConstructors
Instance Method Summary
-
#code : Int32
Returns the code to use as the exit status of a command invocation.