Skip to content

Commit 52544e6

Browse files
authored
Merge pull request #4 from NotNorom/master
Let BeatError extend from Exception
2 parents 3b52e01 + 35314d0 commit 52544e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cronus/beat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def true():
4949
return True
5050

5151

52-
class BeatError:
52+
class BeatError(Exception):
5353

5454
def __init__(self, msg):
5555
self.msg = msg

0 commit comments

Comments
 (0)