Hello everybody,
I'm working with phalcon since a week and I really like how easy it's to understand and the good documentation.
At the moment I'm implmeneting a little api with the micro framework and have here a question about the exception handling.
Is it possible to register an exception handler in the micro framework like mentioned in the dispatching documentation? (https://docs.phalcon.io/en/latest/reference/dispatching.html#handling-not-found-exceptions)
As mentioned in the documentation about the micro framework events (https://docs.phalcon.io/en/latest/reference/micro.html#micro-application-events) a handling of exceptions seems not to be possible or did I miss something?
Best sckoop