Sauce-0.10.1
A C++ Dependency Injection Framework
Public Member Functions | List of all members
sauce::Exception Class Reference

Base class for all sauce exceptions. More...

#include <sauce/exceptions.h>

Inheritance diagram for sauce::Exception:
Inheritance graph
[legend]
Collaboration diagram for sauce::Exception:
Collaboration graph
[legend]

Public Member Functions

 Exception (std::string message)
 

Detailed Description

Base class for all sauce exceptions.

Constructor & Destructor Documentation

◆ Exception()

sauce::Exception::Exception ( std::string  message)
inline
14 :
15 std::runtime_error(message) {}

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