UntrustedCallbackException.php 159 B

123456789
  1. <?php
  2. namespace Drupal\Core\Security;
  3. /**
  4. * Exception thrown if a callback is untrusted.
  5. */
  6. class UntrustedCallbackException extends \RuntimeException {
  7. }