From c0d2cac66940bf477c008e65c9d2bbcd79f030a0 Mon Sep 17 00:00:00 2001 From: David Arthur Date: Tue, 24 Sep 2013 21:18:55 -0400 Subject: Fix #44 Add missing exception class Also move the exceptions to common instead of util --- kafka/util.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'kafka/util.py') diff --git a/kafka/util.py b/kafka/util.py index bdda7ed..d580ad7 100644 --- a/kafka/util.py +++ b/kafka/util.py @@ -66,15 +66,6 @@ def group_by_topic_and_partition(tuples): return out -class BufferUnderflowError(Exception): - pass - - -class ChecksumError(Exception): - pass - -class ConsumerFetchSizeTooSmall(Exception): - pass class ReentrantTimer(object): """ -- cgit v1.2.1