diff --git a/source/birchwood/client/exceptions.d b/source/birchwood/client/exceptions.d index 7258c38..5564f3d 100644 --- a/source/birchwood/client/exceptions.d +++ b/source/birchwood/client/exceptions.d @@ -15,6 +15,13 @@ import std.conv : to; */ public enum ErrorType { + /** + * This could occur from errors with `Eventy` + * when setting up the signal handlers and + * event types + */ + INTERNAL_FAILURE, + /** * If the provided connection information * is invalid, such as incorrect hostname,