| 170 | invalid_elem_index::invalid_elem_index() : |
| 171 | Exception("invalid index of element") {} |
| 172 | invalid_reference::invalid_reference() : |
| 173 | Exception("invalid reference") {} |
| 174 | function_type_unmatch::function_type_unmatch() : |
| 175 | Exception("function type unmatch") {} |
| 176 | invalid_value::invalid_value() : |
nothing calls this directly
no outgoing calls
no test coverage detected