diff --git a/func_timeout/exceptions.py b/func_timeout/exceptions.py index 613bbec..62c55ab 100644 --- a/func_timeout/exceptions.py +++ b/func_timeout/exceptions.py @@ -36,6 +36,8 @@ class FunctionTimedOut(BaseException): BaseException.__init__(self, msg) + self.msg = msg + def getMsg(self): '''