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