We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb5fe3 commit 94dcab6Copy full SHA for 94dcab6
2 files changed
oshminer/errors/__init__.py
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env python3
2
+# -*- coding: utf-8 -*-
3
+# SPDX-FileCopyrightText: 2022 Pen-Yuan Hsing
4
+# SPDX-License-Identifier: AGPL-3.0-or-later
oshminer/errors/exceptions.py
@@ -0,0 +1,7 @@
5
+
6
+class BadRepoError(Exception):
7
+ pass
0 commit comments