1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-19 21:39:28 +08:00

Fix: Confirm unknown ui page; 5 seconds timeout (#956)

This commit is contained in:
LmeSzinc
2022-03-07 21:55:11 +08:00
parent 526d85bf14
commit dbfbd294ff
6 changed files with 93 additions and 39 deletions

View File

@@ -45,6 +45,10 @@ class GameNotRunningError(Exception):
pass
class GamePageUnknownError(Exception):
pass
class RequestHumanTakeover(Exception):
# Request human takeover
# Alas is unable to handle such error, probably because of wrong settings.