Is it possible to omit branches or functions where they throw some predefined exceptions as in `NotSupportedException` or `NotImplementedException` I know I can get away with adding attributes and filter by it but that would pollute the code.
Is it possible to omit branches or functions where they throw some predefined exceptions as in
NotSupportedExceptionorNotImplementedExceptionI know I can get away with adding attributes and filter by it but that would pollute the code.