* @copyright Copyright (c) 2022 Samuel Marshall / JCH Optimize * @license GNU/GPLv3, or later. See LICENSE file * * If LICENSE file missing, see . */ namespace JchOptimize\Core\Exception; use function defined; defined('_JCH_EXEC') or die('Restricted access'); class RuntimeException extends \RuntimeException implements ExceptionInterface { }