Download shso / net_gearman / Exception.php - Solve class 'Exception' not found

This file is part of the package shso/net_gearman. Please go to our download page to download this composer package and to solve the problem class 'Exception' not found.
Download shso/net_gearman
Class is not correct? Search class Exception


<?php /** * Interface for Danga's Gearman job scheduling system * * PHP version 5.1.0+ * * LICENSE: This source file is subject to the New BSD license that is * available through the world-wide-web at the following URI: * http://www.opensource.org/licenses/bsd-license.php. If you did not receive * a copy of the New BSD License and are unable to obtain it through the web, * please send a note to license@php.net so we can mail you a copy immediately. * * @category Net * @package ShSo\Net\Gearman * @author Joe Stump <joe@joestump.net> * @copyright 2007-2008 Digg.com, Inc. * @license http://www.opensource.org/licenses/bsd-license.php New BSD License * @version CVS: $Id$ * @link http://pear.php.net/package/Net_Gearman * @link http://www.danga.com/gearman/ */ namespace ShSo\Net\Gearman; use Exception as BaseException; /** * Exception class for ShSo\Net\Gearman * * @category Net * @package ShSo\Net\Gearman * @author Joe Stump <joe@joestump.net> * @copyright 2007-2008 Digg.com, Inc. * @license http://www.opensource.org/licenses/bsd-license.php New BSD License * @link http://www.danga.com/gearman/ * @version Release: @package_version@ * @see Exception */ class Exception extends BaseException { }