dhii / exception-helper-base
Base functionality for exception helpers
Installs: 1 711
Dependents: 2
Suggesters: 1
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
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
.