AbstractMethod

exception shell_logger.abstract_method.AbstractMethod[source]

Bases: NotImplementedError

An abstract method meant to be overridden.

An Exception denoting 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.