mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
modules/conf: Remove noexcept to propagate termination.
This commit is contained in:
parent
966e2ce17e
commit
a8b140ad6d
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ get_conf_item(const string_view &key,
|
|||
|
||||
static void
|
||||
conf_updated(const m::event &event)
|
||||
noexcept try
|
||||
try
|
||||
{
|
||||
const auto &content
|
||||
{
|
||||
|
@ -148,7 +148,7 @@ catch(const std::exception &e)
|
|||
|
||||
static void
|
||||
conf_updated(const m::event::idx &event_idx)
|
||||
noexcept try
|
||||
try
|
||||
{
|
||||
static const m::event::fetch::opts fopts
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue