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