Skip to content

Commit 8f92f3a

Browse files
committed
Update error.py
1 parent 1eee4c6 commit 8f92f3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codeforces/error.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
__all__ = ['CodeforcesAPIError']
2+
13
class CodeforcesAPIError(Exception):
24
def __init__(self, comment, method, args):
35
self.comment = comment

0 commit comments

Comments
 (0)