UArException constructor
const
UArException({
- required UArErrorCode code,
- required String message,
- String? detail,
Implementation
const UArException({required this.code, required this.message, this.detail});