1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
Files
github-octodns/octodns/provider/__init__.py
2022-09-15 14:10:21 -07:00

12 lines
108 B
Python

#
#
#
class ProviderException(Exception):
pass
class SupportsException(ProviderException):
pass