Exception: YfAsDataframe::YFNotImplementedError
- Inherits:
-
NotImplementedError
- Object
- NotImplementedError
- YfAsDataframe::YFNotImplementedError
- Defined in:
- lib/yf_as_dataframe/yfinance_exception.rb
Instance Method Summary collapse
-
#initialize(str) ⇒ YFNotImplementedError
constructor
A new instance of YFNotImplementedError.
Constructor Details
#initialize(str) ⇒ YFNotImplementedError
Returns a new instance of YFNotImplementedError.
12 13 14 15 |
# File 'lib/yf_as_dataframe/yfinance_exception.rb', line 12 def initialize(str) @msg = "Have not implemented fetching \"#{str}\" from Yahoo API" # Logger.new(STDOUT).warn { @msg } end |