TencentImAccountException.php 104 B

123456789
  1. <?php
  2. namespace App\Exceptions;
  3. use Exception;
  4. class TencentImAccountException extends Exception
  5. {
  6. }