| 15 | class error_a: public virtual error_base { }; |
| 16 | class error_b: public virtual error_base { }; |
| 17 | class error_c: public virtual error_base { }; |
| 18 | |
| 19 | |
| 20 | // Lower-level library function which throws exceptions. |
no outgoing calls
no test coverage detected