public Phalcon\Mvc\Micro error (callable $handler)
Sets a handler that will be called when an exception is thrown handling the route
In Micro app, is there a way to read (getMessage) thrown exception inside this error handler?
I believe Phalcon\Mvc\Micro\Exception should be read somehow. I.e. that would be getMessage() method.