You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: raise structured errors instead of bare stop() (#198)
* refactor: raise structured errors instead of bare stop()
`CLAUDE.md` mandates `cli` for errors, but eleven places raised a plain
`simpleError`. They use the `mlr3misc` condition constructors now, which
format with `cli` and carry an `Mlr3Error` class that callers can catch.
* Update FSelector.R
0 commit comments