From 7916df381a7832f01f6dafb83ab62d5095af808d Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Wed, 19 Feb 2025 14:20:33 +0100 Subject: generalize `Store.query` --- src/Store/Exception.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Store/Exception.hs') diff --git a/src/Store/Exception.hs b/src/Store/Exception.hs index 94beaab..579256c 100644 --- a/src/Store/Exception.hs +++ b/src/Store/Exception.hs @@ -9,7 +9,7 @@ where import Control.Exception (Exception) import Data.Aeson qualified as J -data DecodeException = DecodeException +data DecodeException = DecodeException String deriving (Show) instance Exception DecodeException -- cgit v1.2.3