Skip to content

Commit 5cb8fbe

Browse files
committed
feat: Reimplemented the error handler
1 parent 2b6ebf0 commit 5cb8fbe

File tree

10 files changed

+654
-21
lines changed

10 files changed

+654
-21
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,14 @@
4444
},
4545
"autoload": {
4646
"psr-4": {
47-
"XWP\\Error\\": "src/"
48-
}
47+
"XWP\\Whoops\\": "src/"
48+
},
49+
"classmap": [
50+
"src/Core/"
51+
],
52+
"files": [
53+
"src/Functions/xwp-whoops-init.php"
54+
]
4955
},
5056
"config": {
5157
"allow-plugins": {

composer.lock

Lines changed: 21 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)