| 180 | cast_failure::cast_failure() : |
| 181 | Exception("cast failure") {} |
| 182 | null_reference::null_reference() : |
| 183 | Exception("null reference") {} |
| 184 | invalid_conversion_to_integer::invalid_conversion_to_integer() : |
| 185 | Exception("invalid conversion to integer") {} |
nothing calls this directly
no outgoing calls
no test coverage detected