TencentImFriendException.php 104 B

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