Exception: Web2Text::CommandError

Inherits:
Error
  • Object
show all
Defined in:
lib/web2text.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ CommandError

Returns a new instance of CommandError.



15
16
17
# File 'lib/web2text.rb', line 15

def initialize(msg)
  super msg
end