| 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) |
no test coverage detected