Exception

class Exception : public std::exception

Exception thrown from our code, so that application code can determine where problems originated from.

Public Functions

const char *what() const noexcept override

Get the exception message.