Exception: ThreeScale::Backend::ApplicationHasNoState
- Inherits:
-
BadRequest
- Object
- RuntimeError
- Error
- BadRequest
- ThreeScale::Backend::ApplicationHasNoState
- Defined in:
- lib/3scale/backend/errors.rb
Instance Method Summary collapse
-
#initialize(id) ⇒ ApplicationHasNoState
constructor
A new instance of ApplicationHasNoState.
Methods inherited from BadRequest
Methods inherited from Error
#code, code, #http_code, #to_xml, underscore
Constructor Details
#initialize(id) ⇒ ApplicationHasNoState
Returns a new instance of ApplicationHasNoState.
290 291 292 |
# File 'lib/3scale/backend/errors.rb', line 290 def initialize(id) super %(Application with id="#{id}" has no state ) end |