Exception: NeonRAW::Errors::InvalidOption

Inherits:
StandardError
  • Object
show all
Defined in:
lib/NeonRAW/errors.rb

Overview

Invalid option specified.

Instance Method Summary collapse

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