diff --git a/source/tristanable/exceptions.d b/source/tristanable/exceptions.d index 399bb1a..20d75c8 100644 --- a/source/tristanable/exceptions.d +++ b/source/tristanable/exceptions.d @@ -4,7 +4,8 @@ public enum ErrorType { QueueExists, QUEUE_NOT_FOUND, - QUEUE_ALREADY_EXISTS + QUEUE_ALREADY_EXISTS, + NO_DEFAULT_QUEUE } public class TristanableException : Exception