We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48ac98 commit 0caac8aCopy full SHA for 0caac8a
SerialPrograms/Source/CommonFramework/Exceptions/UnexpectedBattleException.h
@@ -16,7 +16,7 @@ class FatalProgramException;
16
17
// Thrown by subroutines if caught in an wild battle in-game unexpectedly.
18
// These include recoverable errors which can be consumed by the program.
19
-class UnexpectedBattleException : public ScreenshotException{
+class UnexpectedBattleException : public OperationFailedException{
20
public:
21
using ScreenshotException::ScreenshotException;
22
0 commit comments