AppException constructor
AppException({})
Implementation
AppException({
this.name = "AppException",
required this.message,
this.description = "",
this.data = const {},
this.stackTrace,
});
AppException({
this.name = "AppException",
required this.message,
this.description = "",
this.data = const {},
this.stackTrace,
});