Exception: ThreeScale::Backend::EndUsersNoLongerSupported
- Inherits:
-
BadRequest
- Object
- RuntimeError
- Error
- BadRequest
- ThreeScale::Backend::EndUsersNoLongerSupported
- Defined in:
- lib/3scale/backend/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ EndUsersNoLongerSupported
constructor
A new instance of EndUsersNoLongerSupported.
Methods inherited from BadRequest
Methods inherited from Error
#code, code, #http_code, #to_xml, underscore
Constructor Details
#initialize ⇒ EndUsersNoLongerSupported
Returns a new instance of EndUsersNoLongerSupported.
296 297 298 |
# File 'lib/3scale/backend/errors.rb', line 296 def initialize super 'End-users are no longer supported, do not specify the user_id parameter'.freeze end |