Exception: Routemaster::Errors::ResourceGone

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



49
50
51
# File 'lib/routemaster/errors.rb', line 49

def message
  "Resource Gone: #{env.url}"
end