Cabal-3.2.1.0: A framework for packaging Haskell software
Safe Haskell Safe-Inferred
Language Haskell2010

Distribution.Compat.Exception

Synopsis

Documentation

displayException :: Exception e => e -> String Source #

Render this exception value in a human-friendly manner.

Default implementation: show .

Since: base-4.8.0.0