AuthException.php 49 B

123456
  1. <?php
  2. class AuthException extends Exception
  3. {
  4. }