dhii / exception-helper-base
This package is abandoned and no longer maintained.
The author suggests using the dhii/exception package instead.
Base functionality for exception helpers
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
Base functionality for exception helpers.
DEPRECATED! Use dhii/exception instead.
Traits
CreateExceptionCapableTrait- Creates the most basic Dhii exception.CreateInvalidArgumentExceptionCapableTrait- Creates a Dhii Invalid Argument exception.CreateOutOfBoundsExceptionCapableTrait- Creates a Dhii Out Of Bounds exception.CreateOutOfRangeExceptionCapableTrait- Creates a Dhii Out Of Range exception.CreateRuntimeExceptionCapableTrait- Creates a Dhii Runtime exception.CreateInternalExceptionCapableTrait- Creates a Dhii Internal exception.
For more information about the exceptions please see dhii/exception.