class Aquarium::Utils::InvalidOptions

Invalid Options

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

Public Class Methods

new(*args) click to toggle source
Calls superclass method
  # File lib/aquarium/utils/invalid_options.rb
6 def initialize *args
7   super
8 end