summaryrefslogtreecommitdiffstatshomepage
path: root/core/lib/Drupal/Core/Security/UntrustedCallbackException.php
blob: 366281c2ce0f8ad969af02a63d5f0367f57c5081 (plain) (blame)
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 {
}