Fixup Constant some token exception

This commit is contained in:
Dat H. Pham
2026-03-09 09:02:55 +07:00
committed by Dat H. Pham
parent 437c46f5ff
commit 3e39f59f20
5 changed files with 24 additions and 22 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ abstract class CacheException with EquatableMixin implements Exception {
@override
String toString() {
if (message != null) {
if (message?.trim().isNotEmpty == true) {
return '$exceptionName: $message';
}
return exceptionName;