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