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