Sauce-0.10.1
A C++ Dependency Injection Framework
List of all members
sauce::CircularDependencyException Class Reference

Thrown when a dependency cycle is found. More...

#include <sauce/exceptions.h>

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

Additional Inherited Members

- Public Member Functions inherited from sauce::Exception
 Exception (std::string message)
 

Detailed Description

Thrown when a dependency cycle is found.

Constructor & Destructor Documentation

◆ CircularDependencyException()

sauce::CircularDependencyException::CircularDependencyException ( )
inline
59 :
60 Exception("Request for unbound interface.") {}

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