Exception: Invokr::ExtraArgumentsError

Inherits:
BadArgumentsError show all
Defined in:
lib/invokr/errors.rb

Instance Attribute Summary

Attributes inherited from BadArgumentsError

#builder

Instance Method Summary collapse

Methods inherited from BadArgumentsError

#formatted_args, #initialize

Constructor Details

This class inherits a constructor from Invokr::BadArgumentsError

Instance Method Details

#messageObject



41
42
43
# File 'lib/invokr/errors.rb', line 41

def message
  %(unused argument(s) #{formatted_args} when invoking method `#{builder.method.name}' on #{builder.method.owner.inspect})
end