Exceptions

- Removed unused enum member `QueueExists` of enum `ErrorType`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-05 08:46:17 +02:00
parent c6568a566c
commit 41ebb30754
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ module tristanable.exceptions;
public enum ErrorType
{
QueueExists,
QUEUE_NOT_FOUND,
QUEUE_ALREADY_EXISTS,
NO_DEFAULT_QUEUE