Exception: ThreeScale::Backend::ApplicationNotFound

Inherits:
NotFound
  • Object
show all
Defined in:
lib/3scale/backend/errors.rb

Instance Method Summary collapse

Methods inherited from NotFound

#http_code

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