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 }