Searched refs:exception_handler_ (Results 1 – 2 of 2) sorted by relevance
188 …static void set_exception_handler(ExceptionHandler exception_handler) { exception_handler_ = excep… in set_exception_handler()200 inline static ExceptionHandler exception_handler_ = nullptr; variable
165 if (exception_handler_ != nullptr) { in operator ^()166 exception_handler_(exception_type_, oss.str()); in operator ^()