Exception: Aquarium::Utils::InvalidOptions

Inherits:
Exception
  • Object
show all
Defined in:
lib/aquarium/utils/invalid_options.rb

Overview

Invalid Options

The exception thrown when invalid options to any API methods are detected.

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ InvalidOptions

Returns a new instance of InvalidOptions.



6
7
8
# File 'lib/aquarium/utils/invalid_options.rb', line 6

def initialize *args
  super
end