summaryrefslogtreecommitdiff
path: root/lib/common
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-07-31 06:39:41 +0000
committerChris Wilson <chris+github@qwirx.com>2015-07-31 06:39:41 +0000
commit74519c6abfeada675dfa0e4d035e45d58f0d9903 (patch)
treeaff17be71b7b6f93f3bd88892498b0f92cad152c /lib/common
parent33305e22554bff7a14a8f8c3156b6eed8f184d52 (diff)
Move InvalidConfiguration exception to CommonException.
Allows it to be used by S3Store, or in fact anything that uses Configuration.
Diffstat (limited to 'lib/common')
-rw-r--r--lib/common/CommonException.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/CommonException.txt b/lib/common/CommonException.txt
index deca57ba..610ba1a8 100644
--- a/lib/common/CommonException.txt
+++ b/lib/common/CommonException.txt
@@ -56,3 +56,4 @@ DatabaseRecordBadSize 48 The database contains a record with an invalid size
DatabaseIterateFailed 49 Failed to iterate over the database keys
ReferenceNotFound 50 The database does not contain an expected reference
TimersNotInitialised 51 The timer framework should have been ready at this point
+InvalidConfiguration 52 Some required values are missing or incorrect in the configuration file.