API ReferenceutilsErrorOn this pageError Module: opytimizer.utils.exception A generic Error class derived from Exception. Essentially, it gets a class object and a message, and logs the error to the logger. Constructor Error(cls: str, msg: str) -> None Parameters ParameterTypeDefaultDescriptionmsgstr—