Skip to content

Commit f888623

Browse files
committed
Add exception for bad custom Wikifactory API URL
1 parent cef26d0 commit f888623

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

oshminer/errors/exceptions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
# SPDX-License-Identifier: AGPL-3.0-or-later
55

66
class BadRepoError(Exception):
7+
pass
8+
9+
class BadWIFAPIError(Exception):
710
pass

0 commit comments

Comments
 (0)