Exception: ThreeScale::Backend::TransactionsHasNilTransaction
- Inherits:
-
BadRequest
- Object
- RuntimeError
- Error
- BadRequest
- ThreeScale::Backend::TransactionsHasNilTransaction
- Defined in:
- lib/3scale/backend/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ TransactionsHasNilTransaction
constructor
A new instance of TransactionsHasNilTransaction.
Methods inherited from BadRequest
Methods inherited from Error
#code, code, #http_code, #to_xml, underscore
Constructor Details
#initialize ⇒ TransactionsHasNilTransaction
Returns a new instance of TransactionsHasNilTransaction.
284 285 286 |
# File 'lib/3scale/backend/errors.rb', line 284 def initialize super 'transactions has a nil transaction'.freeze end |