Exception.php 218 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
<?PHP

/**
 * Locking exception class
 *
 * A loking exception represents an error that occured during a locking process
 * (obtain/release locks).
 */
class Doctrine_Locking_Exception extends Doctrine_Exception {}

?>