class HandledError
An error that was caught / interpreted by Flarum's error handling stack.
Most importantly, such an error has a "type" (which is used to look up translated error messages and views to render pretty HTML pages) and an associated HTTP status code for used in rendering HTTP error responses.