ReferenceIntegrityStrictException.php 310 B

1234567891011121314
  1. <?php
  2. namespace Gedmo\Exception;
  3. use Gedmo\Exception;
  4. /**
  5. * ReferenceIntegrityStrictException
  6. *
  7. * @author Evert Harmeling <evert.harmeling@freshheads.com>
  8. * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
  9. */
  10. class ReferenceIntegrityStrictException extends RuntimeException
  11. {}