Files
fanyin-php/extend/Yzh/Exception/BaseException.php

8 lines
76 B
PHP
Raw Permalink Normal View History

2025-08-11 16:56:05 +08:00
<?php
namespace Yzh\Exception;
class BaseException extends \Exception
{
}