webman-admin/config/exception.php
mkm dde510a6d3 Revert "env(config): 更新环境变量配置并调整相关功能"
This reverts commit 8cb2fc3d3c361d0a821a5f1d3bfdde341a9c8251.
2025-08-02 10:53:28 +08:00

18 lines
540 B
PHP

<?php
/**
* This file is part of webman.
*
* Licensed under The MIT License
* For full copyright and license information, please see the MIT-LICENSE.txt
* Redistributions of files must retain the above copyright notice.
*
* @author walkor<walkor@workerman.net>
* @copyright walkor<walkor@workerman.net>
* @link http://www.workerman.net/
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
return [
// '' => support\exception\Handler::class,
'' => app\common\exception\Handler::class,
];