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