Exceptions listed in ignore_raise don't need to be listed in the Raises section of a docstring.
Of course, if an user explicitly chooses to include an ignored exception in a docstring, other correlated errors such as ExcessRaiseError can still apply.
Closes #144.
Exceptions listed in
ignore_raise
don't need to be listed in theRaises
section of a docstring. Of course, if an user explicitly chooses to include an ignored exception in a docstring, other correlated errors such asExcessRaiseError
can still apply.