AuthException.php 91 B

12345678910
  1. <?php
  2. namespace Tool\ShanTaoTool\Exception;
  3. class AuthException extends \Exception
  4. {
  5. }