Skip to content

Commit 4aa7519

Browse files
committed
clean up
1 parent 1b2d642 commit 4aa7519

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ErrorHeroModule
1616
Introduction
1717
------------
1818

19-
ErrorHeroModule is a module for Error Logging (DB and Mail) your ZF3 Mvc Application, and ZF Mezzio for Exceptions in 'dispatch.error' or 'render.error' or during request and response, and [PHP E_* Error](http://www.php.net/manual/en/errorfunc.constants.php).
19+
ErrorHeroModule is a module for Error Logging (DB and Mail) your Laminas Mvc 3 Application, and Mezzio 3 for Exceptions in 'dispatch.error' or 'render.error' or during request and response, and [PHP E_* Error](http://www.php.net/manual/en/errorfunc.constants.php).
2020

2121
Features
2222
--------
@@ -28,7 +28,7 @@ Features
2828
- [x] Handle only once log error for same error per configured time range.
2929
- [x] Set default page (web access) or default message (console access) for error if configured 'display_errors' = 0.
3030
- [x] Set default content when request is XMLHttpRequest via 'ajax' configuration.
31-
- [x] Set default content when there is [no template service](https://github.com/mezzio/mezzio-template/blob/9b6c2e06f8c1d7e43750f72b64cc749552f2bdbe/src/TemplateRendererInterface.php) via 'no_template' configuration (ZF Mezzio 3).
31+
- [x] Set default content when there is [no template service](https://github.com/mezzio/mezzio-template/blob/9b6c2e06f8c1d7e43750f72b64cc749552f2bdbe/src/TemplateRendererInterface.php) via 'no_template' configuration (Mezzio 3).
3232
- [x] Provide request information ( http method, raw data, body data, query data, files data, cookie data, and ip address).
3333
- [x] Send Mail
3434
- [x] many receivers to listed configured email
@@ -370,7 +370,7 @@ You will get the following page if display_errors config is 0:
370370
371371
> For production env, you can disable error-preview sample page with set `['error-hero-module']['enable-error-preview-page']` to false.
372372
373-
> For ZF Mezzio, there is no default console implementation, so, if you want to apply it in your console in ZF Mezzio, you may need to custom implementation error handler that utilize `ErrorHeroModule\Handler\Logging` service (see detailed usage at `ErrorHeroModule\Middleware\Mezzio` class)
373+
> For Mezzio, there is no default console implementation, so, if you want to apply it in your console in Mezzio, you may need to custom implementation error handler that utilize `ErrorHeroModule\Handler\Logging` service (see detailed usage at `ErrorHeroModule\Middleware\Mezzio` class)
374374
375375
Contributing
376376
------------

0 commit comments

Comments
 (0)