103
103
"""Declare which exceptions will be ignored.
105
105
:param ignored: Can be either:
106
107
- None: all exceptions will be raised,
107
108
- an exception class: the instances of this class will be ignored,
108
109
- a tuple of exception classes: the instances of any class of the