Exception: SOULs::CLIException
- Inherits:
-
StandardError
- Object
- StandardError
- SOULs::CLIException
- Defined in:
- lib/souls/cli/cli_exception.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ CLIException
constructor
A new instance of CLIException.
Constructor Details
#initialize(message) ⇒ CLIException
Returns a new instance of CLIException.
5 6 7 8 |
# File 'lib/souls/cli/cli_exception.rb', line 5 def initialize() super @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
3 4 5 |
# File 'lib/souls/cli/cli_exception.rb', line 3 def @message end |