using System; using System.IO; namespace Google.ProtocolBuffers { public class InvalidProtocolBufferException : IOException { } }