exceptions library

Exceptions specializing the standard FormatException.

Usage: import package:attributes/exceptions.dart

Exceptions / Errors

ConversionException
A FormatException notifying about an unsupported conversion.
InvalidValueException
A FormatException notifying about an invalid value
NullValueException
A FormatException notifying about a null value.
UndefinedValueException
A FormatException notifying about an undefined or missing value.