Move ConfiguratorError to errors.py

This commit is contained in:
Peter Eckersley
2015-10-17 12:47:05 -07:00
parent f0faf91b82
commit 8d4f414e09
2 changed files with 7 additions and 8 deletions
+2
View File
@@ -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):