Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Sandbox/
DSecurityPolicyInterface.php42 * @throws SecurityNotAllowedPropertyError
DSecurityNotAllowedPropertyError.php19 final class SecurityNotAllowedPropertyError extends SecurityError class
DSecurityPolicy.php150 …throw new SecurityNotAllowedPropertyError(\sprintf('Calling "%s" property on a "%s" object is not …
/template/twigstarter/vendor/twig/twig/src/Extension/
DSandboxExtension.php16 use Twig\Sandbox\SecurityNotAllowedPropertyError; alias
115 } catch (SecurityNotAllowedPropertyError $e) {
DCoreExtension.php90 use Twig\Sandbox\SecurityNotAllowedPropertyError; alias
1696 } catch (SecurityNotAllowedPropertyError $propertyNotAllowedError) {
1787 } catch (SecurityNotAllowedPropertyError $propertyNotAllowedError) {