class Darwinex::Api::Error
Attributes
response[R]
Public Class Methods
new(msg, response: nil)
click to toggle source
Calls superclass method
Darwinex::Error::new
# File lib/darwinex/api/error.rb, line 9 def initialize(msg, response: nil) @response = response super(msg) end