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 SecurityNotAllowedTagError extends SecurityError { private $tagName; public function __construct(string $message, string $tagName) { parent::__construct($message); $this->tagName = $tagName; } public function getTagName() : string { return $this->tagName; } }
[-] 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]