Files
fanyin-php/extend/Yzh/Exception/RunTimeException.php
2025-08-11 16:56:05 +08:00

8 lines
82 B
PHP

<?php
namespace Yzh\Exception;
class RunTimeException extends BaseException
{
}