Wt examples  3.7.1
Public Member Functions | List of all members
Git::Exception Class Reference

Exception class. More...

#include <Git.h>

Inheritance diagram for Git::Exception:
Inheritance graph
[legend]

Public Member Functions

 Exception (const std::string &msg)
 Constructor. More...
 

Detailed Description

Exception class.

Definition at line 28 of file Git.h.

Constructor & Destructor Documentation

◆ Exception()

Git::Exception::Exception ( const std::string &  msg)

Constructor.

Definition at line 166 of file Git.C.

167  : std::runtime_error(msg)
168 { }

The documentation for this class was generated from the following files:

Generated on Tue Dec 15 2020 for the C++ Web Toolkit (Wt) by doxygen 1.8.13