X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/52d87d11873f1a37b21100700f4798a375361f3f..0ac91a6f554c188a1a92ac4bbe97fa750fe9ea06:/pymin/services/ip/__init__.py?ds=sidebyside diff --git a/pymin/services/ip/__init__.py b/pymin/services/ip/__init__.py index 1f3aeef..ee6ed33 100644 --- a/pymin/services/ip/__init__.py +++ b/pymin/services/ip/__init__.py @@ -14,7 +14,7 @@ __ALL__ = ('IpHandler',) # TODO: convertir HopHandler a ComposedSubHandler -class HopError(Error): +class HopError(HandlerError): def __init__(self, hop): self.message = u'Hop error : "%s"' % hop