Source code for pyeudiw.duckle_ql.exceptions
[docs]
class MissingHandler(Exception):
"""
Exception raised when a handler for DCQL tokens is not found.
"""
[docs]
class MissingHandler(Exception):
"""
Exception raised when a handler for DCQL tokens is not found.
"""