From 41ebb30754c144fc51716f5e8b9987f6811a9aa8 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Wed, 5 Apr 2023 08:46:17 +0200 Subject: [PATCH] Exceptions - Removed unused enum member `QueueExists` of enum `ErrorType` --- source/tristanable/exceptions.d | 1 - 1 file changed, 1 deletion(-) diff --git a/source/tristanable/exceptions.d b/source/tristanable/exceptions.d index 20d75c8..992f982 100644 --- a/source/tristanable/exceptions.d +++ b/source/tristanable/exceptions.d @@ -2,7 +2,6 @@ module tristanable.exceptions; public enum ErrorType { - QueueExists, QUEUE_NOT_FOUND, QUEUE_ALREADY_EXISTS, NO_DEFAULT_QUEUE