class Foo: def bar(self): raise NotImplemented
class Foo: def bar(self): raise NotImplementedError
Used when NotImplemented is raised instead of NotImplementedError.
NotImplemented
NotImplementedError