Skip to content

Commit 0caac8a

Browse files
committed
UnexpectedBattleException now inherits OperationFailedException
1 parent d48ac98 commit 0caac8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/CommonFramework/Exceptions/UnexpectedBattleException.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class FatalProgramException;
1616

1717
// Thrown by subroutines if caught in an wild battle in-game unexpectedly.
1818
// These include recoverable errors which can be consumed by the program.
19-
class UnexpectedBattleException : public ScreenshotException{
19+
class UnexpectedBattleException : public OperationFailedException{
2020
public:
2121
using ScreenshotException::ScreenshotException;
2222

0 commit comments

Comments
 (0)