HERMESWarning

exception hermes_core.util.HERMESWarning[source]

The base warning class from which all HERMES warnings should inherit.

Any warning inheriting from this class is handled by the HERMES logger. This warning should not be issued in normal code. Use “HERMESUserWarning” instead or a specific sub-class.