solinject
1.0.0
C++17 Dependency Injection header-only library
|
Exception that is thrown when a circular dependency is detected. More...
#include <CircularDependencyException.hpp>
Public Member Functions | |
CircularDependencyException (const std::type_info &type) | |
Constructor. More... | |
![]() | |
DIException (const char *message) | |
Constructor. More... | |
DIException (const std::string &message) | |
Constructor. More... | |
![]() | |
T | logic_error (T... args) |
T | what (T... args) |
Exception that is thrown when a circular dependency is detected.
|
inline |
Constructor.
type | type that depends on itself |