Lines Matching refs:FeatureLibError
1 from fontTools.feaLib.error import FeatureLibError, IncludedFeaNotFound
89 raise FeatureLibError("Expected '(' before file name", location)
93 raise FeatureLibError("Expected ')' after file name", location)
107 raise FeatureLibError("Expected glyph class name", location)
109 raise FeatureLibError(
113 raise FeatureLibError(
160 raise FeatureLibError("Expected '\"' to terminate string", location)
161 raise FeatureLibError("Unexpected character: %r" % cur_char, location)
183 raise FeatureLibError(
236 raise FeatureLibError("Expected file name", fname_location)
255 raise FeatureLibError("Too many recursive includes", fname_location)