in opmon/dryrun.py [0:0]
def __init__(self, error: Any, sql: str): """Initialize exception.""" self.sql = sql super().__init__(error)