1
0
mirror of synced 2025-01-07 09:37:11 +03:00
doctrine2/lib/Doctrine/TODO/Locking/Exception.php

18 lines
501 B
PHP
Raw Normal View History

2006-12-29 17:01:31 +03:00
<?PHP
/**
* Locking exception class
*
* A loking exception represents an error that occured during a locking process
* (obtain/release locks).
*
2006-12-29 17:01:31 +03:00
* @package Doctrine
* @subpackage Locking
* @link www.phpdoctrine.org
2006-12-29 17:01:31 +03:00
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
2008-09-12 14:08:06 +04:00
* @version $Revision: 3882 $
2006-12-29 17:01:31 +03:00
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
2006-12-29 17:40:47 +03:00
class Doctrine_Locking_Exception extends Doctrine_Exception
{}