UIErrorException constructor

UIErrorException(
  1. String details
)

Implementation

UIErrorException(String details)
    : super('UI error occurred: $details');