summaryrefslogtreecommitdiff
path: root/_exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to '_exceptions.py')
-rw-r--r--_exceptions.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/_exceptions.py b/_exceptions.py
index 9cf2e98b..7dd6135e 100644
--- a/_exceptions.py
+++ b/_exceptions.py
@@ -58,7 +58,3 @@ class NoDefault(ASTNGError):
no default value
"""
-class IgnoreChild(Exception):
- """exception that maybe raised by visit methods to avoid children traversal
- """
-