mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Remove custom base Exception class
This commit is contained in:
@@ -148,7 +148,7 @@ namespace Zip {
|
||||
try {
|
||||
result = new ZipArchive(path, access);
|
||||
}
|
||||
catch (Exception) {
|
||||
catch (const std::exception &) {
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user