correct error message
This commit is contained in:
parent
a6871a8643
commit
ab8bffedc8
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@ class BusinessReview {
|
||||||
date_time: date_time,
|
date_time: date_time,
|
||||||
reviewer: reviewer,
|
reviewer: reviewer,
|
||||||
),
|
),
|
||||||
_ => throw const FormatException('Failed to load loyalty card objects'),
|
_ =>
|
||||||
|
throw const FormatException('Failed to load Business Review objects'),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue