empress-php / empress

Empress is a flexible microframework for creating async web applications in PHP 8.1.
MIT License
15 stars 0 forks source link

Unify the interface for all handler types #9

Closed jakobmats closed 3 years ago

jakobmats commented 3 years ago

Status, exception and regular handlers currently have different interfaces which should be unified to ease maintenance and code clarity.

jakobmats commented 3 years ago

Not relevant anymore.