CouldNotRefundExceptionInterface.php 226 B

1234567891011121314
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Sales\Api\Exception;
  7. /**
  8. * @api
  9. * @since 100.1.3
  10. */
  11. interface CouldNotRefundExceptionInterface
  12. {
  13. }