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

Exceptions

- Added a TODO
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-19 15:51:10 +02:00
parent b54f0bacb9
commit 301cc64cca

View File

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