class Trader::NotSupportedError
Attributes
feature[R]
Public Class Methods
new(_backend, _feature)
click to toggle source
Calls superclass method
Trader::BackendError::new
# File lib/trade-o-matic/errors.rb, line 18 def initialize(_backend, _feature) super _backend, "#{_feature} not supported" @feature = _feature end