Add the thrown exceptions in the documentation comments
Open
good first issue
package:jni
package:jnigen
- Dominant language
- Dart
- Stars
- 275
- Forks
- 144
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 47
Description
```dart
/// ...
/// throws
/// * [Foo]
/// * [Bar]
void f() {
// ...
}
```
Contributor guide
Assessment
This issue has not been assessed yet.