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