1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:43:19 +02:00

Merge branch 'master' into ircv3

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

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
{ {