Files
premium/app/provider.php
T
2025-05-18 07:29:01 +00:00

8 lines
118 B
PHP
Executable File

<?php
use app\exception\Http;
// 容器Provider定义文件
return [
'think\exception\Handle' => Http::class,
];