remove unused Exception

(got from copy'n'paste)
This commit is contained in:
Björn Lässig 2016-07-01 18:57:41 +02:00
parent ca9806c67b
commit b966e7cc01

View File

@ -21,12 +21,6 @@ except ImportError as e:
_log = logging.getLogger('nagiosplugin')
class E_MyException(Exception):
def __init__(self, value):
self.value = value
def __str__(self):
return "do some things with value %r" %repr(self.value)
class Systemd_Service(nagiosplugin.Resource):
"""One Systemd Service"""