for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SlevomatCsobGateway\Api;
class ServiceUnavailableException extends AbstractRequestsException implements RequestException
{
public function __construct(Response $response)
parent::__construct('Service Unavailable', $response);
}