Exception: ThreeScale::Backend::ApplicationNotFound
Instance Method Summary collapse
-
#initialize(id = nil) ⇒ ApplicationNotFound
constructor
A new instance of ApplicationNotFound.
Methods inherited from NotFound
Methods inherited from Error
#code, code, #http_code, #to_xml, underscore
Constructor Details
#initialize(id = nil) ⇒ ApplicationNotFound
Returns a new instance of ApplicationNotFound.
71 72 73 |
# File 'lib/3scale/backend/errors.rb', line 71 def initialize(id = nil) super %(application with id="#{id}" was not found) end |