Skip to content

Commit

Permalink
'#1859 moves ChromeCacheException to the chrome cache package.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdalla committed Nov 7, 2023
1 parent df9ac99 commit 12412de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

import iped.data.IItemReader;
import iped.parsers.discord.cache.CacheEntry;
import iped.parsers.discord.cache.ChromeCacheException;
import iped.parsers.discord.cache.Index;
import iped.properties.BasicProps;
import iped.properties.ExtraProperties;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package iped.parsers.discord.cache;
package iped.parsers.browsers.chrome;

public class ChromeCacheException extends Exception {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import com.google.common.collect.ImmutableList;

import iped.data.IItemReader;
import iped.parsers.browsers.chrome.ChromeCacheException;
import iped.parsers.discord.cache.CacheAddr.InputStreamNotAvailable;

/**
Expand Down

0 comments on commit 12412de

Please sign in to comment.