sourceafBedSheet::ErrProcessor.fan


** Processes Errs thrown from request handler methods and sends err pages to the client. 
const mixin ErrProcessor {
    
    ** Returns a response obj for further processing (such as a `Text`) or 'true' if no 
    ** more request processing is required.
    abstract Obj process(Err err)
    
}