pylint-errors

W0714 (overlapping-except)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when exceptions in handler overlap or are identical.