You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/v3/overview.md
-14Lines changed: 0 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,3 @@
4
4
5
5
-`Dot\ErrorHandler\ErrorHandler`, same as the Zend Expressive error handling class with the only difference being the removal of the `final` statement for making extension possible
6
6
-`Dot\ErrorHandler\LogErrorHandler` adds logging support to the default `ErrorHandler` class
Copy file name to clipboardExpand all lines: docs/book/v4/overview.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,23 @@
1
1
# Overview
2
2
3
-
dot-errorhandler is Dotkernel's PSR-15 compliant error handler.
3
+
`dot-errorhandler` is Dotkernel's logging error handler, providing two options:
4
+
5
+
-`Dot\ErrorHandler\ErrorHandler`, same as the Zend Expressive error handling class with the only difference being the removal of the `final` statement for making extension possible
6
+
-`Dot\ErrorHandler\LogErrorHandler` adds logging support to the default `ErrorHandler` class
0 commit comments