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

Exception class. More...

#include <Git.h>

Inheritance diagram for Git::Exception:
[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 169 of file Git.C.

170  : std::runtime_error(msg)
171 { }

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