Lae/app/Exceptions/EmqxSupportException.php

11 lines
106 B
PHP
Raw Permalink Normal View History

2022-11-28 15:14:48 +00:00
<?php
namespace App\Exceptions;
use Exception;
class EmqxSupportException extends Exception
{
//
}