Exception: ThreeScale::Backend::TransactionsIsBlank
- Inherits:
-
BadRequest
- Object
- RuntimeError
- Error
- BadRequest
- ThreeScale::Backend::TransactionsIsBlank
- Defined in:
- lib/3scale/backend/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ TransactionsIsBlank
constructor
A new instance of TransactionsIsBlank.
Methods inherited from BadRequest
Methods inherited from Error
#code, code, #http_code, #to_xml, underscore
Constructor Details
#initialize ⇒ TransactionsIsBlank
Returns a new instance of TransactionsIsBlank.
272 273 274 |
# File 'lib/3scale/backend/errors.rb', line 272 def initialize super 'transactions parameter is blank'.freeze end |