Difference between throw and throws

I am trying to learn what is the difference between throw and throws, was unable to find code explanation online except in Java style... could someone provide me with a simple code explanation please? Thank u
Where did you see "throws"?
If it's not on the list, it's not getting in.
https://en.cppreference.com/w/cpp/keyword

It's a keyword that has been proposed for a new type of exceptions ("Zero-overhead deterministic exceptions").
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0709r2.pdf

It's still early days so it's probably too early to say what, if anything, in this proposal that ends up being added to C++ in the future, but a lot of people, especially those who doesn't use exceptions today, seems to like the idea.
Topic archived. No new replies allowed.