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