#21 Report exceptions in nodes

已關閉
caryoscelus7 年之前創建 · 1 條評論

Basically we need to have some kind of (perhaps global) error log, which would also keep track of repeating errors.

Basically we need to have some kind of (perhaps global) error log, which would also keep track of repeating errors.
caryoscelus commented 7 年之前
所有者

Implementation idea: non-virtual get(..) const noexcept that calls virtual get_impl(..) const (that throws whenever it feels like it) and collects its errors into log.

Implementation idea: non-virtual `get(..) const noexcept` that calls virtual `get_impl(..) const` (that throws whenever it feels like it) and collects its errors into log.
caryoscelus 在代碼提交 7 年之前 中引用了該問題
Sign in to join this conversation.
正在加載...
取消
保存
尚未有任何內容