Skip to content

Commit af3a655

Browse files
authored
Actually change to NotImplementedError (#3190)
1 parent 3e3bcb4 commit af3a655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lib/source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def categorize_files(files):
140140
result.classify('objc', 'directory', filename)
141141
continue
142142

143-
raise Exception(textwrap.dedent(
143+
raise NotImplementedError(textwrap.dedent(
144144
"""
145145
Don't know how to handle the header %s.
146146

0 commit comments

Comments
 (0)