proxygen
folly::TypeError Member List

This is the complete list of members for folly::TypeError, including all inherited members.

operator=(const TypeError &) noexcept(std::is_nothrow_copy_assignable< std::runtime_error >::value)folly::TypeError
operator=(TypeError &&) noexcept(std::is_nothrow_move_assignable< std::runtime_error >::value)folly::TypeError
TypeError(const std::string &expected, dynamic::Type actual)folly::TypeErrorexplicit
TypeError(const std::string &expected, dynamic::Type actual1, dynamic::Type actual2)folly::TypeErrorexplicit
TypeError(const TypeError &) noexcept(std::is_nothrow_copy_constructible< std::runtime_error >::value)folly::TypeError
TypeError(TypeError &&) noexcept(std::is_nothrow_move_constructible< std::runtime_error >::value)folly::TypeError
~TypeError() overridefolly::TypeError