Go to the documentation of this file.
14 #ifndef BT_EXCEPTIONS_H
15 #define BT_EXCEPTIONS_H
30 template <
typename... SV>
34 const char*
what() const noexcept
51 template <
typename... SV>
64 template <
typename... SV>
BehaviorTreeException(std::string_view message)
RuntimeError(std::string_view message)
LogicError(const SV &... args)
const char * what() const noexcept
LogicError(std::string_view message)
RuntimeError(const SV &... args)
basic_string_view< char > string_view
BehaviorTreeException(const SV &... args)