10 lines
176 B
Python
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
|
|
"""
|