Exception: Olaf::UndefinedArgumentsError
- Inherits:
-
StandardError
- Object
- StandardError
- Olaf::UndefinedArgumentsError
- Defined in:
- lib/olaf/errors.rb
Instance Method Summary collapse
-
#initialize(olaf_query) ⇒ UndefinedArgumentsError
constructor
A new instance of UndefinedArgumentsError.
Constructor Details
#initialize(olaf_query) ⇒ UndefinedArgumentsError
Returns a new instance of UndefinedArgumentsError.
21 22 23 |
# File 'lib/olaf/errors.rb', line 21 def initialize(olaf_query) super("Undefined arguments: #{olaf_query.undefined_arguments}") end |