NotReadableException constructor
const
NotReadableException(
- String message
Instantiates a new NotReadableException with the given message
.
Implementation
const NotReadableException(super.message);
Instantiates a new NotReadableException with the given message
.
const NotReadableException(super.message);