Skip to content

Commit cfa61fa

Browse files
authored
UnexpectedBattleException now inherits OperationFailedException (#657)
1 parent dc23d98 commit cfa61fa

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)