Protobuf: removed outdated class for protocol buffer exception
This commit is contained in:
@@ -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) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user