1
0
mirror of synced 2026-01-08 21:05:13 -05:00
Files
airbyte/airbyte-cdk/python/airbyte_cdk/sources/declarative/read_exception.py
Alexandre Girard 2695c0c9db fix build (#15068)
2022-07-27 08:17:40 -07:00

10 lines
176 B
Python

#
# Copyright (c) 2022 Airbyte, Inc., all rights reserved.
#
class ReadException(Exception):
"""
Raise when there is an error reading data from an API Source
"""