in src/azstoragetorch/exceptions.py [0:0]
def __init__(self, underlying_exception: BaseException): super().__init__( self._MSG_FORMAT.format(underlying_exception=underlying_exception) )