dhii / exception-helper-base
v0.1-alpha2
2018-03-13 10:05 UTC
Requires
- php: ^5.4 | ^7.0
- dhii/exception: 0.1-alpha1|0.1-alpha2
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/php-cs-fixer-config: ^0.1
- dhii/stringable-interface: ^0.1
- phpunit/phpunit: ^4.8
- ptrofimov/xpmock: ^1.1
Suggests
- dhii/stringable-interface: To be able to pass stringables instead of strings in some cases
This package is auto-updated.
Last update: 2022-02-01 13:09:15 UTC
README
异常助手的基本功能。
已过时! 使用 dhii/exception
代替。
特质
CreateExceptionCapableTrait
- 创建最基本的 Dhii 异常。CreateInvalidArgumentExceptionCapableTrait
- 创建 Dhii 无效参数异常。CreateOutOfBoundsExceptionCapableTrait
- 创建 Dhii 越界异常。CreateOutOfRangeExceptionCapableTrait
- 创建 Dhii 范围越界异常。CreateRuntimeExceptionCapableTrait
- 创建 Dhii 运行时异常。CreateInternalExceptionCapableTrait
- 创建 Dhii 内部异常。
有关异常的更多信息,请参阅 dhii/exception
。