ExceptionInterface.php 270 B

1234567891011121314
  1. <?php
  2. /**
  3. * 重庆赤晓店信息科技有限公司
  4. * https://www.chixiaodian.com
  5. * Copyright (c) 2023 赤店商城 All rights reserved.
  6. */
  7. namespace app\librarys\shareTree\exceptions;
  8. use Throwable;
  9. interface ExceptionInterface extends Throwable
  10. {
  11. }