Exception: YfAsDataframe::YFNotImplementedError

Inherits:
NotImplementedError
  • Object
show all
Defined in:
lib/yf_as_dataframe/yfinance_exception.rb

Instance Method Summary collapse

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