. */ /** * Locking exception class * * A loking exception represents an error that occured during a locking process * (obtain/release locks). * * @package Doctrine * @subpackage Locking * @link www.phpdoctrine.org * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @since 1.0 * @version $Revision: 4252 $ * @author Konsta Vesterinen */ class Doctrine_Locking_Exception extends Doctrine_Exception {}