Source code for onvif_parsers.errors
[docs]
class UnknownTopicError(Exception):
"""Raised when an unknown topic is encountered in an ONVIF event notification."""
[docs]
class UnknownTopicError(Exception):
"""Raised when an unknown topic is encountered in an ONVIF event notification."""