diff --git a/pysam/utils.py b/pysam/utils.py index dab58ff6..d386c9cb 100644 --- a/pysam/utils.py +++ b/pysam/utils.py @@ -13,12 +13,7 @@ class SamtoolsError(Exception): '''exception raised in case of an error incurred in the samtools library.''' - - def __init__(self, value): - self.value = value - - def __str__(self): - return repr(self.value) + pass class PysamDispatcher(object):