1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 16:23:39 +02:00

Merge branch 'master' into formatting

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-19 15:51:53 +02:00
commit 0625fd2038

View File

@ -8,6 +8,10 @@ import std.conv : to;
/** /**
* The type of error to be used * The type of error to be used
* with BirchwoodException * 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 public enum ErrorType
{ {