module HaskellWorks.Polysemy.Error.Types.JsonDecodeError
  ( JsonDecodeError(..)
  , newJsonDecodeError
  ) where


import           HaskellWorks.Error.Types.JsonDecodeError