Update exception

This commit is contained in:
Archangel
2025-08-17 17:19:24 +02:00
parent 35568adb0b
commit ab4545b3b5
@@ -18,7 +18,7 @@ public class DatabaseServer
{
if (TableData is null)
{
throw new DatabaseNullException("Database tables have not been initialized!");
throw new DatabaseNullException("The database has not been initialized!");
}
return TableData;