System.OsString.Internal.Exception
trySafe :: Exception e => IO a -> IO (Either e a) Source #
Like try, but rethrows async exceptions.
try
isAsyncException :: Exception e => e -> Bool Source #