We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da43cf commit 8debe2cCopy full SHA for 8debe2c
1 file changed
oshminer/errors/exceptions.py
@@ -3,6 +3,9 @@
3
# SPDX-FileCopyrightText: 2022 Pen-Yuan Hsing
4
# SPDX-License-Identifier: AGPL-3.0-or-later
5
6
+class BadGitHubTokenError(Exception):
7
+ pass
8
+
9
class BadRepoError(Exception):
10
pass
11
0 commit comments