EnvironmentPreconditionException.php 215 B

1234567891011
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\TestFramework\MessageQueue;
  7. class EnvironmentPreconditionException extends \Exception
  8. {
  9. }