00001: <?php
00002: /**
00003: * Sends notifications to {@link http://growl.info Growl}
00004: *
00005: * PHP version 5
00006: *
00007: * @category Networking
00008: * @package Net_Growl
00009: * @author Laurent Laville <pear@laurent-laville.org>
00010: * @license http://www.opensource.org/licenses/bsd-license.php BSD
00011: * @version CVS: $Id:$
00012: * @link http://growl.laurent-laville.org/
00013: * @since File available since Release 0.9.0
00014: */
00015:
00016: /**
00017: * Dedicated Exception for {@link Net_Growl}
00018: *
00019: * @category Networking
00020: * @package Net_Growl
00021: * @author Laurent Laville <pear@laurent-laville.org>
00022: * @license http://www.opensource.org/licenses/bsd-license.php BSD
00023: * @version Release: @package_version@
00024: * @link http://growl.laurent-laville.org/
00025: * @since Class available since Release 0.9.0
00026: */
00027: class Net_Growl_Exception extends Exception
00028: {
00029: }
00030: ?>