Exception: Edgar::InvalidSymbolError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Edgar::InvalidSymbolError
- Defined in:
- lib/edgar.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ InvalidSymbolError
constructor
A new instance of InvalidSymbolError.
- #to_s ⇒ Object
Constructor Details
#initialize(message) ⇒ InvalidSymbolError
Returns a new instance of InvalidSymbolError.
108 109 110 |
# File 'lib/edgar.rb', line 108 def initialize() @message = end |
Instance Method Details
#to_s ⇒ Object
112 113 114 |
# File 'lib/edgar.rb', line 112 def to_s @message end |