Exception: InvoiceCount::Error::BadRequest

Inherits:
InvoiceCount::Error show all
Defined in:
lib/invoice_count/error.rb

Instance Method Summary collapse

Constructor Details

#initializeBadRequest

Returns a new instance of BadRequest.



4
5
6
# File 'lib/invoice_count/error.rb', line 4

def initialize
  super('The request could not be understood by the server due to malformed syntax or missing parameters')
end