AbstractMethod
- exception shell_logger.abstract_method.AbstractMethod[source]
Bases:
NotImplementedErrorAn abstract method meant to be overridden.
An
Exceptiondenoting an abstract method that is meant to be overridden by a subclass.Raise a
NotImplementedError.Indicate which method must be implemented for the class to be concrete.