lcly-data-admin/app/Exceptions/MoJingException.php

10 lines
108 B
PHP

<?php
namespace App\Exceptions;
use RuntimeException;
class MoJingException extends RuntimeException
{
}