Searched refs:RuntimeError (Results 1 – 7 of 7) sorted by relevance
152 raise RuntimeError(self.__runtime_error_str)158 raise RuntimeError(self.__runtime_error_str)164 raise RuntimeError(self.__runtime_error_str)
101 raise RuntimeError('unknown mode: %r' % repr(mode))181 raise RuntimeError('unknown mode: %r' % repr(mode))213 raise RuntimeError('unknown mode: %r' % repr(mode))
247 raise RuntimeError('nvpair_value failed')259 raise RuntimeError('nvpair_value failed')
265 raise RuntimeError('unexpected token')
361 raise RuntimeError("Using 'tgt' *or* 'to_dir' is required" % (tgt,))363 raise RuntimeError("'%s' is a directory. Use to_dir=" % (tgt,))515 raise RuntimeError("Could not find a valid httpd binary!")
203 raise RuntimeError("Symbols have different names: %s",
8854 Ok, LogicError, RuntimeError enumerator8926 …rror( std::string const &message ) -> BasicResult { return { ResultBase::RuntimeError, message }; } in runtimeError()8938 assert( m_type != ResultBase::RuntimeError ); in enforceOk()