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