Exception: PDFire::QuotaError
- Inherits:
-
RequestError
- Object
- StandardError
- RequestError
- PDFire::QuotaError
- Defined in:
- lib/errors.rb
Instance Attribute Summary
Attributes inherited from RequestError
Instance Method Summary collapse
-
#initialize(errors) ⇒ QuotaError
constructor
A new instance of QuotaError.
Constructor Details
#initialize(errors) ⇒ QuotaError
Returns a new instance of QuotaError.
29 30 31 |
# File 'lib/errors.rb', line 29 def initialize(errors) super(errors, 'Quota exceeded.') end |