class FyleSDK::FyleSDKError
Attributes
response[R]
Public Class Methods
new(message, response={"error" => "This is an error"})
click to toggle source
Calls superclass method
# File lib/exceptions.rb, line 4 def initialize(message, response={"error" => "This is an error"}) @message = message @response = response super(message) end