Exception: ThreeScale::Backend::ApplicationNotActive
- Defined in:
- lib/3scale/backend/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ ApplicationNotActive
constructor
A new instance of ApplicationNotActive.
Methods inherited from Error
#code, code, #http_code, #to_xml, underscore
Constructor Details
#initialize ⇒ ApplicationNotActive
Returns a new instance of ApplicationNotActive.
83 84 85 |
# File 'lib/3scale/backend/errors.rb', line 83 def initialize super 'application is not active'.freeze end |