class Darwinex::Api::ThrottledError
Public Class Methods
new(msg, response)
click to toggle source
Calls superclass method
Darwinex::Api::Error::new
# File lib/darwinex/api/throttled_error.rb, line 7 def initialize(msg, response) super(msg, response: response) end