You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guard version <= highestSupportedConfigurationVersion else{
288
-
throwDecodingError.dataCorruptedError(
289
-
forKey:.version,
290
-
in: container,
291
-
debugDescription:
292
-
"This version of the formatter does not support configuration version \(version)."
295
+
throwConfigurationDecodingError(
296
+
errorDescription:
297
+
"This version of the formatter does not support configuration version \(version). The highest supported version is \(highestSupportedConfigurationVersion)."
0 commit comments