mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 00:04:43 +01:00
Remove custom base Exception class
This commit is contained in:
@@ -53,7 +53,7 @@ extern "C"
|
||||
serverInfo->maxplayers = 0;
|
||||
}
|
||||
}
|
||||
catch (const Exception &)
|
||||
catch (const std::exception &)
|
||||
{
|
||||
Memory::FreeArray(entries, numEntries);
|
||||
numEntries = 0;
|
||||
@@ -88,7 +88,7 @@ extern "C"
|
||||
}
|
||||
return true;
|
||||
}
|
||||
catch (const Exception &)
|
||||
catch (const std::exception &)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user