class IEX::Errors::StatNotFoundError
Attributes
response[R]
stat[R]
Public Class Methods
new(stat, response)
click to toggle source
Calls superclass method
# File lib/iex/errors/stat_not_found_error.rb, line 6 def initialize(stat, response) @response = response @stat = stat super "Stat #{stat} Not Found" end