Wt examples  4.12.0
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 171 of file Git.C.

172  : std::runtime_error(msg)
173 { }

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