8 lines
120 B
Python
8 lines
120 B
Python
#
|
|
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
|
|
class InvalidSiteURLValidationError(Exception):
|
|
pass
|