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