File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -244,9 +244,8 @@ the internal in-memory cache and the level2 cache.
244244[ JsonCacheTry] ( https://pub.dev/documentation/json_cache/latest/json_cache/JsonCacheTry-class.html )
245245is an implementation of the ` JsonCache ` interface whose sole purpose is to
246246supply enhanced diagnostic information when a cache failure occurs. It does this
247- by throwing a
248- [ JsonCacheException] ( https://pub.dev/documentation/json_cache/latest/json_cache/JsonCacheException-class.html )
249- exception.
247+ by throwing [ JsonCacheException] ( https://pub.dev/documentation/json_cache/latest/json_cache/JsonCacheException-class.html )
248+ with the underlying stack trace.
250249
251250Since ` JsonCacheTry ` is a
252251[ Decorator] ( https://en.wikipedia.org/wiki/Decorator_pattern ) , you must pass
You can’t perform that action at this time.
0 commit comments