const mixinafBedSheet::ErrProcessors

afBedSheet::ErrProcessors

Holds a collection of ErrProcessors.

@Contribute { serviceType=ErrProcessors# }
static Void contributeErrProcessors(MappedConfig conf) {
  conf[Err#] = CatchAllErrHandler()
}

@uses a MappedConfig of Type:ErrProcessor where Type is a subclass of Err or a mixin.