Skip to content

Class exception

class exception common

class exception : public std::exception { … }

constructor exception(std::string)

exception(std::string str)

Fully qualified name: kfr::exception::exception(std::string)

Declared at except.hpp:35

function what()

const char* what() const noexcept final

Fully qualified name: kfr::exception::what()

Declared at except.hpp:37

Fully qualified name: kfr::exception

Declared at except.hpp:31

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.