mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-10 02:34:51 +00:00
Upload code
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
class ScriptError(Exception):
|
||||
# This is likely to be a mistake of developers, but sometimes a random issue
|
||||
pass
|
||||
|
||||
|
||||
class GameStuckError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class GameBugError(Exception):
|
||||
# An error has occurred in Azur Lane game client. Alas is unable to handle.
|
||||
# A restart should fix it.
|
||||
pass
|
||||
|
||||
|
||||
class GameTooManyClickError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class EmulatorNotRunningError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
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.
|
||||
pass
|
||||
Reference in New Issue
Block a user