Exception: PDFire::UnauthorizedError

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

Instance Attribute Summary

Attributes inherited from RequestError

#errors, #message

Instance Method Summary collapse

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