GatewayException.php 257 B

1234567891011121314
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Signifyd\Model\SignifydGateway;
  7. /**
  8. * Exception of interaction with Signifyd API
  9. */
  10. class GatewayException extends \Exception
  11. {
  12. }