Exception: Web2Text::Error
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Web2Text::Error
- Defined in:
- lib/web2text.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(msg) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(msg) ⇒ Error
Returns a new instance of Error.
9 10 11 |
# File 'lib/web2text.rb', line 9 def initialize(msg) super msg end |