Source for file Exception.php

Documentation is available at Exception.php

  1. <?PHP
  2. /**
  3.  * Locking exception class
  4.  *
  5.  * A loking exception represents an error that occured during a locking process
  6.  * (obtain/release locks).
  7.  * @package     Doctrine
  8.  * @category    Object Relational Mapping
  9.  * @link        www.phpdoctrine.com
  10.  * @license     http://www.opensource.org/licenses/lgpl-license.php LGPL
  11.  * @since       1.0
  12.  * @version     $Revision: 1080 $
  13.  * @author      Konsta Vesterinen <kvesteri@cc.hut.fi>
  14.  */
  15. {}