14 #ifndef BT_EXCEPTIONS_H 15 #define BT_EXCEPTIONS_H 30 template <
typename... SV>
35 const char*
what() const noexcept
52 template <
typename... SV>
66 template <
typename... SV>
LogicError(nonstd::string_view message)
BehaviorTreeException(nonstd::string_view message)
RuntimeError(const SV &...args)
BehaviorTreeException(const SV &...args)
LogicError(const SV &...args)
const char * what() const noexcept
RuntimeError(nonstd::string_view message)
std::basic_string< CharT, Traits > to_string(basic_string_view< CharT, Traits > v)