diff --git a/src/algorithms/PVT/gnuradio_blocks/rtklib_pvt_gs.cc b/src/algorithms/PVT/gnuradio_blocks/rtklib_pvt_gs.cc index 61f141ee8..fa487ec1f 100644 --- a/src/algorithms/PVT/gnuradio_blocks/rtklib_pvt_gs.cc +++ b/src/algorithms/PVT/gnuradio_blocks/rtklib_pvt_gs.cc @@ -1147,7 +1147,7 @@ rtklib_pvt_gs::~rtklib_pvt_gs() } } } - catch (std::length_error& e) + catch (const std::exception& e) { LOG(WARNING) << e.what(); }