* @copyright 2011 Vasil Rangelov * @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 * @version 1.0.0a5 * @link http://pear2.php.net/PEAR2_Net_Transmitter */ /** * The namespace declaration. */ namespace PEAR2\Net\Transmitter; /** * Exception thrown when something goes wrong when dealing with locks. * * @category Net * @package PEAR2_Net_Transmitter * @author Vasil Rangelov * @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 * @link http://pear2.php.net/PEAR2_Net_Transmitter */ class LockException extends \RuntimeException implements Exception { }