14#include "arccore/base/TimeoutException.h"
26TimeoutException(
const String& where)
35TimeoutException(
const String& where,
const StackTrace& stack_trace)
36: Exception(
"Timeout", where, stack_trace)
43void TimeoutException::
44explain(std::ostream& m)
const
Base class for an exception.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --