mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
EInternal is no longer reused.
This commit is contained in:
parent
e21173170e
commit
3839863a21
1 changed files with 1 additions and 2 deletions
|
@ -166,8 +166,7 @@ class EParseInvalidCont(EParse):
|
||||||
|
|
||||||
class EInternal(Exception):
|
class EInternal(Exception):
|
||||||
"""This exception is a construct to allow a different function to cause an
|
"""This exception is a construct to allow a different function to cause an
|
||||||
immediate return of EOF from parser.GetToken(). Reused elsewhere for
|
immediate return of EOF from parser.GetToken().
|
||||||
detecting parsing errors.
|
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue