<?php
declare(strict_types=1);
namespace Aspello\Payum\PayByNet\Exception;
final class WrongNotifyHttpRequestException extends \InvalidArgumentException
{
}