Exception.php 253 B

1234567891011121314
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. /**
  7. * \Exceptional situation during the static inspection
  8. */
  9. namespace Magento\TestFramework\Inspection;
  10. class Exception extends \Exception
  11. {
  12. }