6
0
Fork 0
jiqu-library-server/app/Exceptions/YeePayException.php

10 lines
94 B
PHP

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