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