Files
Chamilo/vendor/gedmo/doctrine-extensions/lib/Gedmo/Exception/ReferenceIntegrityStrictException.php
2025-08-14 22:41:49 +02:00

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
{
}