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: str

A Python string containing a message to accompany the exception.