UntrustedCallbackException.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\Core\SecurityFile
core/lib/Drupal/Core/Security/UntrustedCallbackException.phpView source
<?php
namespace Drupal\Core\Security;
/**
* Exception thrown if a callback is untrusted.
*/
class UntrustedCallbackException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
UntrustedCallbackException | Exception thrown if a callback is untrusted. |