class Binance::ClientError

def initialize(response = nil)

def initialize(response = nil)
  @response = response
  super(response)
end