Home
last modified time | relevance | path

Searched refs:SecurityNotAllowedPropertyError (Results 1 – 5 of 5) sorted by relevance

/template/twigstarter/vendor/twig/twig/lib/Twig/Sandbox/
H A DSecurityNotAllowedPropertyError.php3 use Twig\Sandbox\SecurityNotAllowedPropertyError; alias
11 class Twig_Sandbox_SecurityNotAllowedPropertyError extends SecurityNotAllowedPropertyError
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DSandboxExtension.php16 use Twig\Sandbox\SecurityNotAllowedPropertyError; alias
99 } catch (SecurityNotAllowedPropertyError $e) {
/template/twigstarter/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicyInterface.php42 * @throws SecurityNotAllowedPropertyError
H A DSecurityNotAllowedPropertyError.php21 class SecurityNotAllowedPropertyError extends SecurityError class
H A DSecurityPolicy.php123 …throw new SecurityNotAllowedPropertyError(sprintf('Calling "%s" property on a "%s" object is not a…