Searched refs:RuntimeError (Results 1 – 7 of 7) sorted by relevance
18 raise RuntimeError(self.__runtime_error_str)24 raise RuntimeError(self.__runtime_error_str)30 raise RuntimeError(self.__runtime_error_str)
85 … raise RuntimeError(f"Failed to load kernel module '{self.module_name}' (error {result})")114 … raise RuntimeError(f"Failed to load kernel module '{self.module_name}' (error {result})")
23 raise RuntimeError("libc not found")
100 raise RuntimeError('unknown mode: %r' % repr(mode))180 raise RuntimeError('unknown mode: %r' % repr(mode))212 raise RuntimeError('unknown mode: %r' % repr(mode))
248 raise RuntimeError('nvpair_value failed')260 raise RuntimeError('nvpair_value failed')
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()