GroupDocsMergerException constructor

init

Initializes a new instance of the GroupDocsMergerException class.

def __init__(self, message):
    ...
Parameter Type Description
message str The message that describes the error.

See Also