2017 © Pedro Peláez
 

library error

错误与异常处理

image

houdunwang/error

错误与异常处理

  • Saturday, March 31, 2018
  • by houdunwang
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1,263 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 18 Versions
  • 3 % Grown

The README.md

错误调试

开发过程中使用调试模式可以将所遇到的所有问题呈现给开发者,加快解决错误的速度。 框架错误处理非常高效全面,只需要开启调试模式剩下的就交给框架自动完成。, (*1)

组件依赖 Log日志组件 请参考 GitHub文档 先行配置Log组件。 [TOC], (*2)

安装

使用 composer 命令进行安装或下载源代码使用。, (*3)

composer require houdunwang/error

配置

Config::set('log.dir', 'storage/log');
//开启时直接显示错误信息
Config::set('app.debug', true);
$config = [
    //Notice类型错误显示
    'show_notice' => true,
    //错误提示页面
    'bug'         => 'resource/bug.php',
];
Config::set('error', $config);

启动

\houdunwang\error\Error::bootstrap();

The Versions

31/03 2018

dev-master

9999999-dev http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

The Development Requires

by 后盾网向军

json error hdphp houdunwang

31/03 2018

v1.0.23

1.0.23.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

The Development Requires

by 后盾网向军

json error hdphp houdunwang

27/02 2018

v1.0.22

1.0.22.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

The Development Requires

by 后盾网向军

json error hdphp houdunwang

12/12 2017

v1.0.21

1.0.21.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

The Development Requires

by 后盾网向军

json error hdphp houdunwang

04/11 2017

v1.0.20

1.0.20.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

The Development Requires

by 后盾网向军

json error hdphp houdunwang

28/10 2017

v1.0.19

1.0.19.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

The Development Requires

by 后盾网向军

json error hdphp houdunwang

10/10 2017

v1.0.18

1.0.18.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

The Development Requires

by 后盾网向军

json error hdphp houdunwang

19/06 2017

v1.0.17

1.0.17.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

The Development Requires

by 后盾网向军

json error hdphp houdunwang

17/05 2017

v1.0.16

1.0.16.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

The Development Requires

by 后盾网向军

json error hdphp houdunwang

29/03 2017

v1.0.10

1.0.10.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

json error hdphp houdunwang

25/03 2017

v1.0.9

1.0.9.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

json error hdphp houdunwang

15/03 2017

v1.0.8

1.0.8.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

json error hdphp houdunwang

12/01 2017

v1.0.7

1.0.7.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

json error hdphp houdunwang

06/01 2017

v1.0.6

1.0.6.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

json error hdphp houdunwang

06/01 2017

v1.0.5

1.0.5.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

json error hdphp houdunwang

06/01 2017

v1.0.4

1.0.4.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

json error hdphp houdunwang

28/12 2016

v1.0.3

1.0.3.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

json error hdphp houdunwang

27/12 2016

v1.0.2

1.0.2.0 http://www.hdphp.com/

错误与异常处理

  Sources   Download

MIT

The Requires

 

by 后盾网向军

json error hdphp houdunwang