to_string method

to_string(self)

Creates and returns a string representation of the current exception.

Returns


def to_string(self):
    ...

See Also