func_timeout/func_timeout/exceptions.py
2016-03-18 14:03:48 -04:00

5 lines
46 B
Python

class FunctionTimedOut(Exception):
pass