I'm exploring Apache2:: so my question could be senseless.
I'd like to have a separate handler for displaying errors. So that any other handler which encounters an exception redirects its error message to apache2::myerror.
Now, two questions:
- is the idea itself correct, or there is a general mechanism of doing so?
- if it is, how do I redirect error message text?