From 5842e730152a2ae11fc8772a505baa3ba81b1e9c Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 8 Dec 2023 03:04:43 +0100 Subject: chore: drop `Git.withWorkingTree` --- app/Exception.hs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/Exception.hs') diff --git a/app/Exception.hs b/app/Exception.hs index a809616..41097b3 100644 --- a/app/Exception.hs +++ b/app/Exception.hs @@ -6,6 +6,7 @@ module Exception UnknownFileExtension (..), InvalidDiff (..), InvalidIssue (..), + CannotReadFile (..), ) where @@ -60,3 +61,8 @@ data InvalidIssue = InvalidIssue (P.ParseErrorBundle [D.Node] Void) deriving (Show) instance Exception InvalidIssue + +data CannotReadFile = CannotReadFile + deriving (Show) + +instance Exception CannotReadFile -- cgit v1.2.3