Exception: Binance::DuplicatedParametersError

Inherits:
Error
  • Object
show all
Defined in:
lib/binance/error.rb

Overview

Error when Multi parameters are not allowed to send together

Instance Method Summary collapse

Constructor Details

#initialize(*kwargs) ⇒ DuplicatedParametersError

Returns a new instance of DuplicatedParametersError.



31
32
33
# File 'lib/binance/error.rb', line 31

def initialize(*kwargs)
  super("Parameters #{kwargs} should not be sent to server together.")
end