Home
last modified time | relevance | path

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

/build/
H A Dgn_helpers.py26 class GNException(Exception): class
39 raise GNException("Trying to print a string with a newline in it.")
57 raise GNException("Attempting to recursively print a dictionary.")
61 raise GNException("Dictionary key is not a string.")
68 raise GNException("Unsupported type when printing to GN.")
175 functions directly. All functions throw GNException on invalid input.
210 raise GNException("Trailing input after parsing:\n " +
226 raise GNException("Unexpected token: " + self.input[self.cur:])
238 raise GNException('Expected number but got nothing.')
250 raise GNException("No
[all...]

Completed in 1 milliseconds