Contents:
optuna.exceptions.
CLIUsageError
Exception for CLI.
CLI raises this exception when it receives invalid configuration.
with_traceback
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.