Home
last modified time | relevance | path

Searched refs:GNException (Results 1 – 1 of 1) sorted by relevance

/build/
Dgn_helpers.py26 class GNException(Exception): class
38 raise GNException("Trying to print a string with a newline in it.")
56 raise GNException("Attempting to recursively print a dictionary.")
60 raise GNException("Dictionary key is not a string.")
67 raise GNException("Unsupported type when printing to GN.")
202 raise GNException("Trailing input after parsing:\n " +
218 raise GNException("Unexpected token: " + self.input[self.cur:])
231 raise GNException("Expected input to parse.")
245 raise GNException("Unexpected token: " + self.input[self.cur:])
252 raise GNException("Expected an identifier: " + self.input[self.cur:])
[all …]