summaryrefslogtreecommitdiffstats
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/error.rs b/src/error.rs
index d104594..53ba23c 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -24,10 +24,10 @@ pub enum Error {
Permissions(PermissionType, PathBuf),
#[error("{0}")]
StackExchange(String),
+ #[error("{0}")]
+ ScrapingError(String),
#[error("Couldn't find a suitable project directory; is your OS supported?")]
ProjectDir,
- #[error("Empty sites file in cache")]
- EmptySites,
#[error("Sorry, couldn't find any answers for your query")]
NoResults,
}