Extended Exceptions interface

For more detailed Exception handling and reporting
This commit is contained in:
2023-09-01 08:52:37 +09:00
commit d98fd2c295
4 changed files with 146 additions and 0 deletions

24
composer.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "egrajp/exceptions-extended",
"description": "Extended Exceptions based on the default PHP Exceptions",
"type": "library",
"license": "MIT",
"keywords": [
"exceptions"
],
"authors": [
{
"name": "Clemens Schwaighofer",
"email": "clemens.schwaighofer@egplusww.com"
}
],
"autoload": {
"classmap": [
"src/"
]
},
"minimum-stability": "dev",
"require": {
"php": ">=8.2",
},
}