Add NotImplementedError.

This commit is contained in:
Paul Sokolovsky
2014-02-09 13:17:36 +02:00
parent f766264582
commit 76f06de96d
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ Q(IndentationError)
Q(IndexError)
Q(KeyError)
Q(NameError)
Q(NotImplementedError)
Q(OSError)
Q(SyntaxError)
Q(TypeError)