T201704210853

This commit is contained in:
Leander
2017-04-21 08:53:17 +02:00
parent 8537240770
commit 7981dac12a
4 changed files with 14 additions and 2 deletions

View File

@@ -79,6 +79,8 @@ class Database
return 'No chosen answer specified. This is an internal error.';
case 13104:
return 'No game for specified user name. This is an internal error.';
case 13105:
return 'The correct token was not provided. This is an internal error.';
default:
return 'An unknown error occurred.';
}