From eeea553c8464096da8e827582b0529828836da8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Fr=C3=B6jdh?= Date: Thu, 18 Dec 2025 14:23:16 +0100 Subject: [PATCH] different catch --- src/RawMasterFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RawMasterFile.cpp b/src/RawMasterFile.cpp index 45f433d..dc3860a 100644 --- a/src/RawMasterFile.cpp +++ b/src/RawMasterFile.cpp @@ -214,7 +214,7 @@ void RawMasterFile::parse_json(const std::filesystem::path &fpath) { m_exptime = string_to( j["Exposure Time"].get()); } - } catch (const json::out_of_range &e) { + } catch (const json::exception &e) { // keep default 0, Mythen3 not supported yet }