roaster
roaster copied to clipboard
allow global custom error handlers
Like other properties (e.g. security), x-error-handler should also be possible to be set globally.
{
"x-error-handler": "my-app:handle-errors",
...
}
As @nverwer pointed out this would allow to have custom not-found pages.