module HaskellWorks.Error.Types ( -- * Error types GenericError(GenericError), TimedOut(TimedOut), ) where import HaskellWorks.Error.Types.All