Exception: ThreeScale::Backend::TransactionsIsBlank

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

#initializeTransactionsIsBlank

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