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