Exception: AppKernel::OptionsError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/appkernel/function.rb

Instance Method Summary collapse

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