NotReadableException constructor

const NotReadableException(
  1. String message
)

Instantiates a new NotReadableException with the given message.

Implementation

const NotReadableException(super.message);