芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/lot.mgaplay.com.br/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php
*/ final class SecurityNotAllowedFunctionError extends SecurityError { private $functionName; public function __construct(string $message, string $functionName) { parent::__construct($message); $this->functionName = $functionName; } public function getFunctionName(): string { return $this->functionName; } }