diff --git a/Frontend/lib/mih_components/mih_objects/business_review.dart b/Frontend/lib/mih_components/mih_objects/business_review.dart index 5aed0bd9..d4fe583c 100644 --- a/Frontend/lib/mih_components/mih_objects/business_review.dart +++ b/Frontend/lib/mih_components/mih_objects/business_review.dart @@ -40,7 +40,8 @@ class BusinessReview { date_time: date_time, reviewer: reviewer, ), - _ => throw const FormatException('Failed to load loyalty card objects'), + _ => + throw const FormatException('Failed to load Business Review objects'), }; } }