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