xgboost-haskell-0.1.0.0: XGBoost library for Haskell.

Safe HaskellNone
LanguageHaskell2010

ML.DMLC.XGBoost.Exception

Synopsis

Documentation

throw :: MonadThrow m => forall e a. Exception e => e -> m a #

Throw immediatity an exception. Only a MonadCatch monad will be able to catch the exception using catch