Exception: Routemaster::Errors::ResourceNotFound

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



43
44
45
# File 'lib/routemaster/errors.rb', line 43

def message
  "Resource Not Found Error"
end