class Binance::ClientError
Client error from 400 - 499
def initialize(response = nil)
def initialize(response = nil) @response = response super(response) end
Client error from 400 - 499
def initialize(response = nil) @response = response super(response) end