"""Exception types that may be thrown by this library."""classDeserializationException(Exception):"""Encountered an unexpected byte sequence or missing element type."""classSessionException(Exception):"""Session request exception."""classCommandException(Exception):"""Command result exception."""classEventUnknownException(Exception):"""Event unknown exception."""