Exception: Routemaster::Errors::InvalidResource

Inherits:
BaseError
  • Object
show all
Defined in:
lib/routemaster/errors.rb

Instance Attribute Summary

Attributes inherited from BaseError

#env

Instance Method Summary collapse

Methods inherited from BaseError

#body, #errors, #initialize

Constructor Details

This class inherits a constructor from Routemaster::Errors::BaseError

Instance Method Details

#messageObject



37
38
39
# File 'lib/routemaster/errors.rb', line 37

def message
  "Invalid Resource Error"
end