sourceafFancom::Errs.fan


** As thrown by Fancom.
const class FancomErr : Err {
    new make(Str msg, Err? cause := null) : super(msg, cause) {}
}