Skip to content

Commit 475ea83

Browse files
author
Oleksandr Bazarnov
committed
removed custom non-related exception
1 parent 424ddbc commit 475ea83

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

airbyte_cdk/sources/declarative/parsers/custom_exceptions.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,3 @@ class UndefinedReferenceException(Exception):
1919

2020
def __init__(self, path: str, reference: str) -> None:
2121
super().__init__(f"Undefined reference {reference} from {path}")
22-
23-
24-
class ManifestNormalizationException(Exception):
25-
"""
26-
Raised when a circular reference is detected in a manifest.
27-
"""
28-
29-
def __init__(self, message: str) -> None:
30-
super().__init__(f"Failed to deduplicate manifest: {message}")

0 commit comments

Comments
 (0)