From 6c96ddeafcf8397e401d361b3ced0839cccb3cb9 Mon Sep 17 00:00:00 2001 From: dsavvinov Date: Mon, 8 Aug 2016 14:31:49 +0300 Subject: [PATCH] Protobuf: removed outdated class for protocol buffer exception --- proto/compiler/src/InvalidProtocolBufferException.kt | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 proto/compiler/src/InvalidProtocolBufferException.kt 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