| Current Path : /home/digilove/www/administrator/components/com_akeeba/AliceChecks/Exception/ |
| Current File : /home/digilove/www/administrator/components/com_akeeba/AliceChecks/Exception/StopScanningEarly.php |
<?php
/**
* @package akeebabackup
* @copyright Copyright (c)2006-2023 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
{
}