T201704041122

This commit is contained in:
Leander
2017-04-04 11:23:03 +02:00
parent a5cdfc9066
commit f1f38bd725
3 changed files with 6 additions and 1 deletions

View File

@@ -72,6 +72,8 @@ class Database
return 'No valid time specified. This is an internal error.';
case 13103:
return 'No chosen answer specified. This is an internal error.';
case 13104:
return 'No game for specified user name. This is an internal error.';
default:
return 'An unknown error occurred.';
}