exception_templates 0.0.5 exception_templates: ^0.0.5 copied to clipboard
Provides parameterized exception and error templates. Enables throwing specific error objects without the need to define exception classes.
0.0.5 #
Amended example\README.md
. Added link to example.dart
.
0.0.4 #
Added utils/validators.dart
containing
methods for checking if an identifier is valid (does not clash with
a Dart keyword, does not start with a number).
0.0.3 #
Amended example.
0.0.2 #
Amended docs.
0.0.1 #
Initial version of the library.