class SFax::Errors::SendFaxError
Constants
- DEFAULT_MESSAGE
Attributes
response[R]
Public Class Methods
new(message: DEFAULT_MESSAGE, response: nil)
click to toggle source
Calls superclass method
# File lib/sfax/errors.rb, line 8 def initialize(message: DEFAULT_MESSAGE, response: nil) @response = response super(message) end