Optional ReadonlyexcludeMethods this class's rules should skip; subtracted from the selected set.
Optional ReadonlyincludeApply this class's rules only to these methods. Defaults to all of them.
Optional ReadonlypipelineEvaluate the resolved rule list as a pipeline (the default): each rule fires
at most once, in specificity order, threading its result into the next — so
an A → B rule followed by a B → C rule maps a thrown A all the way to
C. Set false to stop at the first matching rule instead.
Options for the whole-class form of MapErrors.