class Marten::CLI::Manage::Errors::Exit
- Marten::CLI::Manage::Errors::Exit
- Exception
- Reference
- Object
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).