Sauce-0.10.1
A C++ Dependency Injection Framework
List of all members
sauce::CircularDependencyExceptionFor< Dependency > Class Template Reference

Thrown when a dependency cycle is found for the given interface. More...

#include <sauce/exceptions.h>

Inheritance diagram for sauce::CircularDependencyExceptionFor< Dependency >:
Inheritance graph
[legend]
Collaboration diagram for sauce::CircularDependencyExceptionFor< Dependency >:
Collaboration graph
[legend]

Additional Inherited Members

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

Detailed Description

template<typename Dependency>
class sauce::CircularDependencyExceptionFor< Dependency >

Thrown when a dependency cycle is found for the given interface.

Constructor & Destructor Documentation

◆ CircularDependencyExceptionFor()

template<typename Dependency >
sauce::CircularDependencyExceptionFor< Dependency >::CircularDependencyExceptionFor ( )
inline
69: CircularDependencyException() {}

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