16 lines
311 B
PHP
16 lines
311 B
PHP
<?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
|
|
{
|
|
}
|