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