Exception: Olaf::UndefinedArgumentsError

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

Instance Method Summary collapse

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