AppException constructor
- required String message,
Creates an application exception with the given error message.
Implementation
const AppException({required this.message});
Creates an application exception with the given error message.
const AppException({required this.message});