Exception: Binance::DuplicatedParametersError
- Defined in:
- lib/binance/error.rb
Overview
Error when Multi parameters are not allowed to send together
Instance Method Summary collapse
-
#initialize(*kwargs) ⇒ DuplicatedParametersError
constructor
A new instance of DuplicatedParametersError.
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 |