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

Function condition_error

extern/boost/boost/thread/exceptions.hpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 : base_type(system::error_code(0, system::generic_category()), "Condition error")
78 {}
79 condition_error( int ev )
80 : base_type(system::error_code(ev, system::generic_category()), "Condition error")
81 {
82 }
83 condition_error( int ev, const char * what_arg )
84 : base_type(system::error_code(ev, system::generic_category()), what_arg)
85 {

Callers 5

exceptions.hppFile · 0.85
waitMethod · 0.85
do_wait_untilMethod · 0.85
waitMethod · 0.85
do_wait_untilMethod · 0.85

Calls 1

error_codeEnum · 0.50

Tested by

no test coverage detected