Add new general_e_exception_raised Error

git-svn-id: trunk@31799 -
This commit is contained in:
pierre 2015-09-23 16:39:23 +00:00
parent 6435968a3b
commit 5c5c28ab9b

View File

@ -49,7 +49,7 @@
#
# General
#
# 01023 is the last used one
# 01026 is the last used one
#
# BeginOfTeX
% \section{General compiler messages}
@ -132,6 +132,8 @@ general_f_ioerror=01024_F_I/O error: $1
% During compilation an I/O error happened which allows no further compilation.
general_f_oserror=01025_F_Operating system error: $1
% During compilation an operating system error happened which allows no further compilation.
general_e_exception_raised=01026_E_Compilation raised exception internally
% Compilation was aborted, due to an exception generation.
% \end{description}
#
# Scanner