<언어>/[C++]
[C++] Error handling
콜리브리
2020. 9. 4. 23:38
throw 할 수 있는 exception 클래스의 hierarchy가 어떻게 되지?
https://en.cppreference.com/w/cpp/error/invalid_argument
std::invalid_argument - cppreference.com
Defines a type of object to be thrown as exception. It reports errors that arise because an argument value has not been accepted. This exception is thrown by std::bitset::bitset, and the std::stoi and std::stof families of functions. [edit] Member function
en.cppreference.com
ex) invalid argument