SVGException constructor

init

Initializes a new instance of the SVGException class.

def __init__(self, code):
    ...
ParameterTypeDescription
codeintThe error code.

See Also