Exception: ThreeScale::Backend::TransactionsHasNilTransaction

Inherits:
BadRequest
  • Object
show all
Defined in:
lib/3scale/backend/errors.rb

Instance Method Summary collapse

Methods inherited from BadRequest

#http_code

Methods inherited from Error

#code, code, #http_code, #to_xml, underscore

Constructor Details

#initializeTransactionsHasNilTransaction

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