PATH:
home
/
lab2454c
/
carbonbullion.com
/
wp-content
/
plugins
/
mailpoet
/
vendor-prefixed
/
twig
/
twig
/
src
/
Sandbox
<?php namespace MailPoetVendor\Twig\Sandbox; if (!defined('ABSPATH')) exit; final class SecurityNotAllowedFilterError extends SecurityError { private $filterName; public function __construct(string $message, string $functionName) { parent::__construct($message); $this->filterName = $functionName; } public function getFilterName() : string { return $this->filterName; } }
[-] SecurityPolicyInterface.php
[edit]
[-] SecurityNotAllowedTagError.php
[edit]
[-] index.php
[edit]
[+]
..
[-] SecurityNotAllowedPropertyError.php
[edit]
[-] SecurityNotAllowedFunctionError.php
[edit]
[-] SecurityPolicy.php
[edit]
[-] SecurityError.php
[edit]
[-] SecurityNotAllowedMethodError.php
[edit]
[-] SecurityNotAllowedFilterError.php
[edit]