MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / thread_exception

Function thread_exception

extern/boost/boost/thread/exceptions.hpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 {}
45
46 thread_exception(int sys_error_code)
47 : base_type(sys_error_code, system::generic_category())
48 {}
49
50 thread_exception( int ev, const char * what_arg )
51 : base_type(system::error_code(ev, system::generic_category()), what_arg)

Callers 2

check_counterMethod · 0.85
exceptions.hppFile · 0.85

Calls 1

error_codeEnum · 0.50

Tested by

no test coverage detected