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
# File lib/aquarium/utils/invalid_options.rb, line 6
def initialize *args
  super
end