TemporaryStateExceptionInterface.php 262 B

12345678910111213
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Framework\Exception;
  7. /**
  8. * Temporary state exception that represent recoverable error
  9. */
  10. interface TemporaryStateExceptionInterface
  11. {
  12. }