mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Added DistutilsTemplateError.
This commit is contained in:
parent
c019e2c7a8
commit
58bff53320
1 changed files with 3 additions and 0 deletions
|
@ -73,6 +73,9 @@ class DistutilsInternalError (DistutilsError):
|
|||
should never be seen if the code is working!)."""
|
||||
pass
|
||||
|
||||
class DistutilsTemplateError (DistutilsError):
|
||||
"""Syntax error in a file list template."""
|
||||
|
||||
|
||||
# Exception classes used by the CCompiler implementation classes
|
||||
class CCompilerError (Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue