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 1234be2 commit f65ee2dCopy full SHA for f65ee2d
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