Lae/app/Exceptions/EmqxSupportException.php
2022-11-28 23:14:48 +08:00

11 lines
106 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class EmqxSupportException extends Exception
{
//
}