Exception: AppKernel::OptionsError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- AppKernel::OptionsError
- Defined in:
- lib/appkernel/function.rb
Instance Method Summary collapse
-
#initialize(errors) ⇒ OptionsError
constructor
A new instance of OptionsError.
Constructor Details
#initialize(errors) ⇒ OptionsError
Returns a new instance of OptionsError.
5 6 7 |
# File 'lib/appkernel/function.rb', line 5 def initialize(errors) super(errors.first) end |