| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
ML.DMLC.XGBoost.Exception
- data XGBoostException = XGBError Int32 String
- throw :: MonadThrow m => forall e a. Exception e => e -> m a
Documentation
data XGBoostException Source #
Instances
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