File Manager

Current Directory: /home/astoriaah/www/administrator/components/com_akeeba/AliceChecks/Exception
Viewing File: /home/astoriaah/www/administrator/components/com_akeeba/AliceChecks/Exception/StopScanningEarly.php
<?php /** * @package akeebabackup * @copyright Copyright (c)2006-2022 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ namespace Akeeba\Alice\Exception; use RuntimeException; /** * This exception tells ALICE to stop reading lines from the log file. It is not rethrown. It's only meant to stop the * scanning early. */ class StopScanningEarly extends RuntimeException { }