vendor/aspello/payum-paybynet/src/Exception/WrongNotifyHttpRequestException.php line 7

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace Aspello\Payum\PayByNet\Exception;
  4. final class WrongNotifyHttpRequestException extends \InvalidArgumentException
  5. {
  6. }