NotImplemented is not an exception
`NotImplemented` is a singleton object, not an exception. You should be raising `NotImplementedError` here instead.
Showing
Please
register
or
sign in
to comment
`NotImplemented` is a singleton object, not an exception. You should be raising `NotImplementedError` here instead.