Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3695b12 commit 1e15132Copy full SHA for 1e15132
1 file changed
Doc/lib/libexcs.tex
@@ -241,6 +241,15 @@ \section{Built-in Exceptions}
241
more.)
242
\end{excdesc}
243
244
+\begin{excdesc}{NotImplementedError}
245
+ \versionadded{1.5.2}
246
+ This exception is derived from \exception{RuntimeError}. Its
247
+ purpose is to provide a standard exception to be used when modeling
248
+ abstract class methods. Abstract base class methods should raise
249
+ this exception when they expect derived classes to override the
250
+ method.
251
+\end{excdesc}
252
+
253
\begin{excdesc}{SyntaxError}
254
% XXXJH xref to these functions?
255
Raised when the parser encounters a syntax error. This may occur in
0 commit comments