Protobuf: removed outdated class for protocol buffer exception

This commit is contained in:
dsavvinov
2016-08-08 14:31:49 +03:00
parent c662d03699
commit 6c96ddeafc
@@ -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) {
}