Releases: gaowei-space/error-handler
Releases · gaowei-space/error-handler
v1.2.0
1.1.2
- The message turns into an ErrorException
1.1.1
- fixed code style
1.1.0
New Features
- Support recording custom error messages to satisfy error reporting in business logic.
1.0.1
Edit introduction information, etc.
1.0.0
ErrorHandler is used to catch all php runtime errors and supports reporting to monolog or sentry.
Compared with the official instantiation method of sentry, it consumes less server resources because it instantiates sentry and reports the exception only when an exception is caught, which is why this package was born.