UntrustedCallbackException.php
Namespace
Drupal\Core\SecurityFile
-
core/
lib/ Drupal/ Core/ Security/ UntrustedCallbackException.php
View source
<?php
namespace Drupal\Core\Security;
/**
* Exception thrown if a callback is untrusted.
*/
class UntrustedCallbackException extends \RuntimeException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
UntrustedCallbackException | Exception thrown if a callback is untrusted. |