You are here

UntrustedCallbackException.php in Drupal 8

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Security/UntrustedCallbackException.php

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

Namesort descending Description
UntrustedCallbackException Exception thrown if a callback is untrusted.