mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 00:35:03 +02:00
Move ConfiguratorError to errors.py
This commit is contained in:
@@ -24,6 +24,8 @@ class SubprocessError(Error):
|
||||
class CertStorageError(Error):
|
||||
"""Generic `.CertStorage` error."""
|
||||
|
||||
class ConfiguratorError(Error):
|
||||
"""A problem with plugin/configurator selection or setup"""
|
||||
|
||||
# Auth Handler Errors
|
||||
class AuthorizationError(Error):
|
||||
|
||||
Reference in New Issue
Block a user