class Darwinex::Api::InvalidCredentialsError

Public Class Methods

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