Git::Exception Class Reference

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 144 of file Git.C.

00145   : std::runtime_error(msg)
00146 { }


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

Generated on Mon Mar 9 08:28:56 2009 for Wt by doxygen 1.5.6