1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-05-02 11:06:52 +08:00

Chore: Abstract OilExhausted as global internal exception

This commit is contained in:
LmeSzinc
2025-03-28 02:10:52 +08:00
parent 02b84dfb02
commit d0d6dc8b54
6 changed files with 10 additions and 12 deletions

View File

@@ -2,6 +2,10 @@ class CampaignEnd(Exception):
pass
class OilExhausted(Exception):
pass
class MapDetectionError(Exception):
pass