In C++, what does the catch statement except ?
catch
An integer number
A const char* variable
const char*
A specific type or a reference to it
An object derived from the std::exception class
std::exception