Exception: Authoritah::Controller::OptionsError

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ OptionsError

Returns a new instance of OptionsError.



5
6
7
# File 'lib/authoritah.rb', line 5

def initialize(message)
  super(message)
end