Exception: Autometal::GrowlException

Inherits:
Exception
  • Object
show all
Defined in:
lib/growl.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeGrowlException

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