php-sap/interfaces

View on GitHub
src/exceptions/IFunctionCallException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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
{
}