File Manager

Current Directory: /home/astoriaah/www/administrator/components/com_akeeba/Model/Exceptions
Viewing File: /home/astoriaah/www/administrator/components/com_akeeba/Model/Exceptions/TransferIgnorableError.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\Backup\Admin\Model\Exceptions; // Protect from unauthorized access defined('_JEXEC') || die(); class TransferIgnorableError extends \RuntimeException { }