UntrustedCallbackException.php

Same filename in other branches
  1. 9 core/lib/Drupal/Core/Security/UntrustedCallbackException.php
  2. 10 core/lib/Drupal/Core/Security/UntrustedCallbackException.php
  3. 11.x core/lib/Drupal/Core/Security/UntrustedCallbackException.php

Namespace

Drupal\Core\Security

File

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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.