All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gojek.courier.messageadapter.protobuf.ParserNotFoundException.kt Maven / Gradle / Ivy

The newest version!
package com.gojek.courier.messageadapter.protobuf

class ParserNotFoundException(clazz: Class<*>) : IllegalArgumentException(
    "Found a protobuf message but ${clazz.name} had no parser() method or PARSER field."
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy