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