Exception: Routemaster::Errors::FatalResource

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



55
56
57
# File 'lib/routemaster/errors.rb', line 55

def message
  "Fatal Resource Error. body: #{env.body}, url: #{env.url}, method: #{env.method}"
end