Don't add E_ERROR back to error reporting level if level is changed outside of Catcher #6
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MensBeam/Catcher#6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If
error_reporting
is set to something outside of Catcher after Catcher is instantiated then that should be assumed to be what is wanted as the error reporting level.Example:
Output:
The actual output should be:
This is because the reporting level was explicitly set again after Catcher instantiated.
Fixed by
3ad4620d0c
.