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