mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Use ProviderException as the base for all provider exception classes
This commit is contained in:
@@ -10,10 +10,11 @@ from requests import Session
|
||||
import logging
|
||||
|
||||
from ..record import Record
|
||||
from . import ProviderException
|
||||
from .base import BaseProvider
|
||||
|
||||
|
||||
class DnsimpleClientException(Exception):
|
||||
class DnsimpleClientException(ProviderException):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user