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