What is the purpose of the `raise ... from ...` syntax introduced in Python 3?
-
A
To silence the original exception
-
B
To chain exceptions and explicitly set the cause
-
C
To re-raise the same exception
-
D
To convert one exception type to another silently