Searched refs:SecurityNotAllowedMethodError (Results 1 – 5 of 5) sorted by relevance
3 use Twig\Sandbox\SecurityNotAllowedMethodError; alias11 class Twig_Sandbox_SecurityNotAllowedMethodError extends SecurityNotAllowedMethodError
15 use Twig\Sandbox\SecurityNotAllowedMethodError; alias85 } catch (SecurityNotAllowedMethodError $e) {113 } catch (SecurityNotAllowedMethodError $e) {
34 * @throws SecurityNotAllowedMethodError
21 class SecurityNotAllowedMethodError extends SecurityError class
106 …throw new SecurityNotAllowedMethodError(sprintf('Calling "%s" method on a "%s" object is not allow…