Searched refs:RuntimeError (Results 1 – 6 of 6) sorted by relevance
18 raise RuntimeError(self.__runtime_error_str)24 raise RuntimeError(self.__runtime_error_str)30 raise RuntimeError(self.__runtime_error_str)
100 raise RuntimeError('unknown mode: %r' % repr(mode))180 raise RuntimeError('unknown mode: %r' % repr(mode))212 raise RuntimeError('unknown mode: %r' % repr(mode))
247 raise RuntimeError('nvpair_value failed')259 raise RuntimeError('nvpair_value failed')
23 raise RuntimeError("libc not found")
202 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()