src/Fapi/FapiClient/Rest/InvalidStatusCodeException.php
<?php declare(strict_types = 1);
namespace Fapi\FapiClient\Rest;
/**
* The exception that is thrown when an HTTP response with unexpected HTTP status code is received.
*/
class InvalidStatusCodeException extends RestClientException
{
}