This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Description
Hey there,
I am giving some trainings regarding zend-expressive, e.g. for some colleagues.
One thing, which always came back to me as a question was:
Why is the ErrorHandler called ErrorHandler like all those request handlers and not ErrorMiddleware which actually suits better as its a middleware per definition.
Would like to see the next major version where the ErrorHandler is renamed to ErrorMiddleware.
Any thoughts on this?