src/exceptions/IIncompleteConfigException.php
<?php
declare(strict_types=1);
namespace phpsap\interfaces\exceptions;
/**
* Class IIncompleteConfigException
*
* The configuration is incomplete.
*
* @package phpsap\interfaces\exceptions
* @author Gregor J.
* @license MIT
*/
interface IIncompleteConfigException extends ISapException
{
}