Files
myyuliao-php/extend/Yzh/Exception/RunTimeException.php

8 lines
82 B
PHP
Raw Normal View History

2025-09-22 18:52:07 +08:00
<?php
namespace Yzh\Exception;
class RunTimeException extends BaseException
{
}