From 301cc64ccaf0064a24bae6b03b275747a6cee99e Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 19 Mar 2023 15:51:10 +0200 Subject: [PATCH] Exceptions - Added a TODO --- source/birchwood/client/exceptions.d | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/birchwood/client/exceptions.d b/source/birchwood/client/exceptions.d index ae5a1a6..558aab6 100644 --- a/source/birchwood/client/exceptions.d +++ b/source/birchwood/client/exceptions.d @@ -8,6 +8,10 @@ import std.conv : to; /** * The type of error to be used * with BirchwoodException + * + * TODO: Make this STRING and associate a message with it + * but make it include the enum name and corresponding value + * when throwin an exception */ public enum ErrorType {