Exception: NeonRAW::Errors::InvalidOption
- Inherits:
-
StandardError
- Object
- StandardError
- NeonRAW::Errors::InvalidOption
- Defined in:
- lib/NeonRAW/errors.rb
Overview
Invalid option specified.
Instance Method Summary collapse
-
#initialize(msg = 'One of the specified options is invalid.') ⇒ InvalidOption
constructor
A new instance of InvalidOption.
Constructor Details
#initialize(msg = 'One of the specified options is invalid.') ⇒ InvalidOption
Returns a new instance of InvalidOption.
308 309 310 |
# File 'lib/NeonRAW/errors.rb', line 308 def initialize(msg = 'One of the specified options is invalid.') super(msg) end |