shell bypass 403
<?php
/**
* @package admintools
* @copyright Copyright (c)2010-2025 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
namespace Akeeba\Component\AdminTools\Administrator\Scanner\Exception;
defined('_JEXEC') || die;
/**
* Indicates a fatal exception which prevents restarting the execution
*/
class ErrorException extends FileScannerException
{
}