PaypalRequestError.php 186 B

123456789
  1. <?php
  2. namespace App\Shop\PaymentMethods\Paypal\Exceptions;
  3. use Doctrine\Instantiator\Exception\InvalidArgumentException;
  4. class PaypalRequestError extends InvalidArgumentException
  5. {
  6. }