Exception: InvoiceCount::Error::BadRequest
- Inherits:
-
InvoiceCount::Error
- Object
- StandardError
- InvoiceCount::Error
- InvoiceCount::Error::BadRequest
- Defined in:
- lib/invoice_count/error.rb
Instance Method Summary collapse
-
#initialize ⇒ BadRequest
constructor
A new instance of BadRequest.
Constructor Details
#initialize ⇒ BadRequest
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 |