def toString(self): """toString(Throwable self) -> std::string""" return _coda_except.Throwable_toString(self)
def toString(self, *args) -> "std::string": r""" toString(Throwable self) -> std::string toString(Throwable self, bool includeBacktrace) -> std::string """ return _coda_except.Throwable_toString(self, *args)