2017 © Pedro Peláez
 

library ddv-exception

ddv-exception php library

image

ddvphp/ddv-exception

ddv-exception php library

  • Wednesday, January 24, 2018
  • by yuchonghua
  • Repository
  • 4 Watchers
  • 0 Stars
  • 388 Installations
  • PHP
  • 11 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 8 % Grown

The README.md

ddv-exception

Installation - 安装

composer require ddvphp/ddv-exception

Usage - 使用

1、设置捕获异常


\DdvPhp\DdvException\Handler::setHandler(function (array $r, $e) { var_dump($r); });

2、抛出异常


throw new \DdvPhp\DdvException\Error("测试一个异常", 'TEST_A_EXCEPTION');

3、抛出自定义继承异常


class UserError extends \DdvPhp\DdvException\Error { // 魔术方法 public function __construct( $message = 'Unknown Error' , $errorId = 'UNKNOWN_ERROR' , $code = '400', $errorData = array() ) { parent::__construct( $message , $errorId , $code, $errorData ); } } throw new UserError("测试一个异常", 'TEST_A_EXCEPTION');

The Versions

24/01 2018

dev-master

9999999-dev

ddv-exception php library

  Sources   Download

LGP-2.1

The Requires

  • php >=5.3

 

by Avatar yuchonghua
by zengfangyao

24/01 2018

0.0.1

0.0.1.0

ddv-exception php library

  Sources   Download

LGP-2.1

The Requires

  • php >=5.3

 

by Avatar yuchonghua
by zengfangyao