Searched refs:LocalError (Results 1 – 2 of 2) sorted by relevance
95 class LocalError(P9Error): class98 class TEError(LocalError):139 raise LocalError('already connected')165 raise LocalError('maxio={0} < minimum {1}'.format(maxio, minio))178 raise LocalError('new maxio={0} < minimum {1}'.format(maxio, minio))180 raise LocalError('new maxio={0} > current {1}'.format(maxio,287 raise LocalError('data length {0} exceeds '393 raise LocalError('all tags in use')684 raise LocalError('{0}: {1} got response {2!r}'.format(self, req, resp))720 raise LocalError('connect: no server specified and no default')[all …]
26 LocalError = p9conn.LocalError variable137 raise LocalError('need {0}=value in {1}'.format(name, where))256 elif exc_type in (socket.error, RemoteError, LocalError):