class Binance::ClientError
Client error from 400 - 499
Attributes
response[R]
Public Class Methods
new(response = nil)
click to toggle source
Calls superclass method
# File lib/binance/error.rb, line 10 def initialize(response = nil) @response = response super(response) end