You are here

UntrustedCallbackException.php in Drupal 10

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.