updated build system
This commit is contained in:
@@ -29,6 +29,11 @@
|
||||
namespace {
|
||||
struct repertory_exception_handler final
|
||||
: repertory::utils::error::i_exception_handler {
|
||||
void handle_error(std::string_view function_name,
|
||||
std::string_view msg) const override {
|
||||
repertory::utils::error::raise_error(function_name, msg);
|
||||
}
|
||||
|
||||
void handle_exception(std::string_view function_name) const override {
|
||||
repertory::utils::error::raise_error(function_name, "|exception|unknown");
|
||||
}
|
||||
|
Reference in New Issue
Block a user