fapi-cz/php-client

View on GitHub
src/Fapi/FapiClient/Rest/InvalidResponseBodyException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types = 1);

namespace Fapi\FapiClient\Rest;

/**
 * The exception that is thrown when an HTTP response with invalid response body is received.
 */
class InvalidResponseBodyException extends RestClientException
{

}