]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pmdk/src/tools/pmreorder/reorderexceptions.py
import ceph 16.2.7
[ceph.git] / ceph / src / pmdk / src / tools / pmreorder / reorderexceptions.py
diff --git a/ceph/src/pmdk/src/tools/pmreorder/reorderexceptions.py b/ceph/src/pmdk/src/tools/pmreorder/reorderexceptions.py
new file mode 100644 (file)
index 0000000..6c38415
--- /dev/null
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright 2018, Intel Corporation
+
+
+class InconsistentFileException(Exception):
+    pass
+
+
+class NotSupportedOperationException(Exception):
+    pass