[Error.RaiseException.begin]
| 279 | |
| 280 | // [Error.RaiseException.begin] |
| 281 | int Error_RaiseException(void* handle, const TVMFFIAny* args, int32_t num_args, TVMFFIAny* result) { |
| 282 | TVMFFIErrorSetRaisedFromCStr("ValueError", "Expected at least 2 arguments"); |
| 283 | return -1; |
| 284 | } |
| 285 | // [Error.RaiseException.end] |
| 286 | |
| 287 | // NOLINTEND(modernize-deprecated-headers,modernize-use-nullptr) |
nothing calls this directly
no test coverage detected