Exception: Edgar::InvalidSymbolError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/edgar.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InvalidSymbolError

Returns a new instance of InvalidSymbolError.



108
109
110
# File 'lib/edgar.rb', line 108

def initialize(message)
  @message = message
end

Instance Method Details

#to_sObject



112
113
114
# File 'lib/edgar.rb', line 112

def to_s
  @message
end