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