|
proxygen
|
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::TypeError | explicit |
| TypeError(const std::string &expected, dynamic::Type actual1, dynamic::Type actual2) | folly::TypeError | explicit |
| 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() override | folly::TypeError |