错误处理器和记录器

维护者

详细信息

github.com/Yohn/E

源代码

问题

安装: 1

依赖: 0

建议者: 0

安全性: 0

星级: 0

关注者: 1

分支: 0

开放问题: 0

类型:项目

0.1.0 2024-08-18 01:00 UTC

This package is auto-updated.

Last update: 2024-09-18 01:16:19 UTC


README

<?php
use Yohns\Core\E;
E::initiate();
//self::$class = new \stdClass();
set_error_handler('Yohns\E::errHandler');
set_exception_handler('Yohns\E::excHandler');