document_throws_annotation 0.1.0 copy "document_throws_annotation: ^0.1.0" to clipboard
document_throws_annotation: ^0.1.0 copied to clipboard

Provides @Throwing annotations for documenting thrown exceptions.

document_throws_annotation #

Provides @Throwing annotations for documenting thrown exceptions.

Use this package when you enable annotation mode in document_throws.

Example:

import 'package:document_throws_annotation/document_throws_annotation.dart';

@Throwing(FormatException)
void parse(String value) {
  throw FormatException('bad');
}
0
likes
140
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Provides @Throwing annotations for documenting thrown exceptions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on document_throws_annotation