LogicException.php 166 B

1234567891011
  1. <?php
  2. declare(strict_types=1);
  3. namespace SixShop\Core\Exception;
  4. use think\exception\HttpResponseException;
  5. class LogicException extends HttpResponseException
  6. {
  7. }