mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
12 lines
108 B
Python
12 lines
108 B
Python
#
|
|
#
|
|
#
|
|
|
|
|
|
class ProviderException(Exception):
|
|
pass
|
|
|
|
|
|
class SupportsException(ProviderException):
|
|
pass
|