diff --git a/proto/compiler/src/InvalidProtocolBufferException.kt b/proto/compiler/src/InvalidProtocolBufferException.kt deleted file mode 100644 index 91f59d8a91e..00000000000 --- a/proto/compiler/src/InvalidProtocolBufferException.kt +++ /dev/null @@ -1,10 +0,0 @@ -/** - * Created by user on 7/7/16. - */ - -class InvalidProtocolBufferException( - override val message: String? = null, - override val cause : Throwable? = null - ) : Throwable(message, cause) { - -} \ No newline at end of file