Exception: PDFire::QuotaError

Inherits:
RequestError show all
Defined in:
lib/errors.rb

Instance Attribute Summary

Attributes inherited from RequestError

#errors, #message

Instance Method Summary collapse

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