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