We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eee4c6 commit 8f92f3aCopy full SHA for 8f92f3a
codeforces/error.py
@@ -1,3 +1,5 @@
1
+__all__ = ['CodeforcesAPIError']
2
+
3
class CodeforcesAPIError(Exception):
4
def __init__(self, comment, method, args):
5
self.comment = comment
0 commit comments