From 7bb930787143b7501f87e7be73918b5ea8d1112c Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Mon, 14 Jan 2008 21:27:02 -0700
Subject: [PATCH] encode: actually define the UploadAborted exception

---
 src/allmydata/encode.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/allmydata/encode.py b/src/allmydata/encode.py
index fb35bd72..ece95d9d 100644
--- a/src/allmydata/encode.py
+++ b/src/allmydata/encode.py
@@ -61,6 +61,9 @@ hash tree is put into the URI.
 class NotEnoughPeersError(Exception):
     pass
 
+class UploadAborted(Exception):
+    pass
+
 KiB=1024
 MiB=1024*KiB
 GiB=1024*MiB
-- 
2.45.2