Exception class.
More...
#include <Git.h>
Exception class.
Definition at line 28 of file Git.h.
◆ Exception()
Git::Exception::Exception |
( |
const std::string & |
msg | ) |
|
Constructor.
Definition at line 170 of file Git.C.
171 : std::runtime_error(msg)
172{ }
The documentation for this class was generated from the following files:
- C:/M/mingw-w64-wt/src/wt-4.7.1/examples/gitmodel/Git.h
- C:/M/mingw-w64-wt/src/wt-4.7.1/examples/gitmodel/Git.C