vt-utils-1.3.0.0: Vector and Text utilities

Safe HaskellSafe
LanguageHaskell2010

VtUtils.Error

Description

Error reporting utilities

Synopsis

Documentation

errorShow :: Typeable e => e -> Text -> String Source #

Formats error message to be used with Show

Arguments:

  • exc :: Typeable: Error record or exception
  • msg :: Text: Error message

Return value: String containing the type name of error and a message