webino/exceptions

略微更好的PHP异常处理。

1.0.0 2019-03-21 16:37 UTC

This package is auto-updated.

Last update: 2024-09-22 04:50:22 UTC


README

略微更好的异常处理。

Build Status Coverage Status Code Quality Latest Stable Version

设置

PHP from Packagist

composer require webino\exceptions

快速使用

异常消息格式化

$exc = (new Exception('Exception %s, %s.'))->format($foo, $bar);
echo $exc->getMessage();

// => Exception `Foo`, `Bar`.

开发

Build Status Coverage Status Code Quality Latest Unstable Version

静态分析

composer analyse

代码风格检查

composer check

代码风格修复

composer fix

测试

composer test

Git预提交设置

ln -s ../../pre-commit .git/hooks/pre-commit

附录

License Total Downloads GitHub code size in bytes

请,如果您对这个库感兴趣,请报告任何问题,并不要犹豫贡献。我们非常欢迎对这个库的开发贡献。

GitHub issues GitHub forks