LogicException.php 165 B

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