diff options
Diffstat (limited to 'src/Store/Exception.hs')
-rw-r--r-- | src/Store/Exception.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |