error_interface# class utils.error_interface.Error(msg)[source]# DESCRIPTION: This is the base-class for all exceptions; it is a sub-class of Exceptions. Parameters: msg: strA Python string containing a message to accompany the exception.