exception NotImplementedError
This exception is derived from RuntimeError
. In user defined base classes, abstract methods should raise this exception when they require derived classes to override the method.
exception NotImplementedError
This exception is derived from RuntimeError
. In user defined base classes, abstract methods should raise this exception when they require derived classes to override the method.
Please login to continue.