Exception: Authoritah::Controller::OptionsError
- Inherits:
-
StandardError
- Object
- StandardError
- Authoritah::Controller::OptionsError
- Defined in:
- lib/authoritah.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ OptionsError
constructor
A new instance of OptionsError.
Constructor Details
#initialize(message) ⇒ OptionsError
Returns a new instance of OptionsError.
5 6 7 |
# File 'lib/authoritah.rb', line 5 def initialize() super() end |