errors.fyi community error code reference
NotImplementedError

NotImplementedError

python

NotImplementedError

A subclass of RuntimeError for abstract methods that have not been implemented. Distinct from the built-in NotImplemented singleton, which is returned by binary special methods.

References

ruby

NotImplementedError

Raised when a feature is not implemented on the current platform. For example, calling fork on Windows. Also used by libraries to signal abstract methods.

References

← all namespaces