baa2bf54c2
committer: Jon Skeet <skeet@pobox.com>
8 lines
138 B
C#
8 lines
138 B
C#
using System;
|
|
using System.IO;
|
|
|
|
namespace Google.ProtocolBuffers {
|
|
public class InvalidProtocolBufferException : IOException {
|
|
}
|
|
}
|