Exception: Autometal::GrowlException
- Inherits:
-
Exception
- Object
- Exception
- Autometal::GrowlException
- Defined in:
- lib/growl.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize ⇒ GrowlException
constructor
A new instance of GrowlException.
Constructor Details
#initialize ⇒ GrowlException
Returns a new instance of GrowlException.
6 7 8 |
# File 'lib/growl.rb', line 6 def initialize raise "Something went wrong. Make sure +growl+ is in your path by running +sudo install_growl+" end |