exceptionType property

  1. @override
String exceptionType
override

The name of this Exception that will appear in the error message log.

Implementation

@override
String get exceptionType => "NotReadableException";