22using PanicFun = void (*)(std::string_view reason)
noexcept;
39[[noreturn]]
void Panic(std::string_view reason)
noexcept;
void SetGlobalPanicCB(PanicFun callback) noexcept
Sets the global callback for fatal library errors.
Definition exception.hpp:56