TencentImException.php 100 B

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