Check configuration sanity for domain flag

This commit is contained in:
Joona Hoikkala
2015-11-08 20:23:01 +02:00
parent 0f36ed3eb3
commit 2ac7a2a9ea
3 changed files with 54 additions and 1 deletions
+3
View File
@@ -94,3 +94,6 @@ class StandaloneBindError(Error):
"Problem binding to port {0}: {1}".format(port, socket_error))
self.socket_error = socket_error
self.port = port
class ConfigurationError(Error):
"""Configuration sanity error."""