Exception class.
More...
#include <Git.h>
List of all members.
Public Member Functions |
| Exception (const std::string &msg) |
| Constructor.
|
Detailed Description
Exception class.
Definition at line 27 of file Git.h.
Constructor & Destructor Documentation
Git::Exception::Exception |
( |
const std::string & |
msg ) |
|
Constructor.
Definition at line 146 of file Git.C.
: std::runtime_error(msg)
{ }
The documentation for this class was generated from the following files:
- /home/koen/project/wt/public-git/wt/examples/gitmodel/Git.h
- /home/koen/project/wt/public-git/wt/examples/gitmodel/Git.C