Right now error_if always raises an EquinoxRuntimeError. Is it possible to have this be user controlled, so it could be eg ValueError or some custom user error type? I saw #762 the warning category can be specified, but I know the runtime error stuff is tricky so not sure if there's a hard reason error_if couldn't be modified to allow this.
Right now
error_ifalways raises anEquinoxRuntimeError. Is it possible to have this be user controlled, so it could be egValueErroror some custom user error type? I saw #762 the warning category can be specified, but I know the runtime error stuff is tricky so not sure if there's a hard reasonerror_ifcouldn't be modified to allow this.