Packets/80221Bundle: renamed MIHTLVLengthParser to MIHLengthParser
[senf.git] / senf / Packets / 80221Bundle / Exceptions.hh
index 60b4369..69f867e 100644 (file)
 
 namespace senf {
 
-    struct MIHTLVLengthException : public senf::Exception
+    struct MIHLengthException : public senf::Exception
     {
-        MIHTLVLengthException()
-          : senf::Exception("MIHTLVLengthException") {}
+        MIHLengthException()
+          : senf::Exception("MIHLengthException") {}
     };
 
     struct InvalidMIHPacketException : public senf::Exception