from .backendexception import BackendException

class WireFormatException(BackendException):
    pass
