Files
carpseeds.pl/wp-content/plugins/akeebabackupwp/app/Solo/engine/Postproc/Exception/BadConfiguration.php
2024-07-15 11:28:08 +02:00

22 lines
432 B
PHP

<?php
/**
* Akeeba Engine
*
* @package akeebaengine
* @copyright Copyright (c)2006-2022 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
namespace Akeeba\Engine\Postproc\Exception;
defined('AKEEBAENGINE') || die();
use RuntimeException;
/**
* Indicates an error with the post-processing engine's configuration
*/
class BadConfiguration extends RuntimeException
{
}