| 123456789101112131415161718 | 
							- <?php
 - 
 - namespace Gedmo\Exception;
 - 
 - use Gedmo\Exception;
 - 
 - /**
 -  * ReferenceIntegrityStrictException
 -  *
 -  * @author Evert Harmeling <evert.harmeling@freshheads.com>
 -  * @package Gedmo.Exception
 -  * @subpackage ReferenceIntegrityStrictException
 -  * @link http://www.gediminasm.org
 -  * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
 -  */
 - class ReferenceIntegrityStrictException extends RuntimeException
 - {}
 
 
  |