Exception: InvoiceCount::Error::TooManyResults
- Inherits:
-
InvoiceCount::Error
- Object
- StandardError
- InvoiceCount::Error
- InvoiceCount::Error::TooManyResults
- Defined in:
- lib/invoice_count/error.rb
Instance Method Summary collapse
-
#initialize ⇒ TooManyResults
constructor
A new instance of TooManyResults.
Constructor Details
#initialize ⇒ TooManyResults
Returns a new instance of TooManyResults.
10 11 12 |
# File 'lib/invoice_count/error.rb', line 10 def initialize super('too many invoices in the given period') end |