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