class PDFire::UnauthorizedError
Public Class Methods
new(errors)
click to toggle source
Calls superclass method
PDFire::RequestError::new
# File lib/errors.rb, line 23 def initialize(errors) super(errors, 'Unauthorized.') end