Searched refs:GNException (Results 1 – 1 of 1) sorted by relevance
26 class GNException(Exception): class61 raise GNException("Dictionary key is not a string.")68 raise GNException("Unsupported type when printing to GN.")210 raise GNException("Trailing input after parsing:\n " +238 raise GNException('Expected number but got nothing.')250 raise GNException("Not a valid number.")256 raise GNException('Expected string but got nothing.')283 raise GNException('Expected list but got nothing.')287 raise GNException("Expected [ for list but got:\n " +316 raise GNException("Unterminated list:\n " + self.input)[all …]