|
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... | |
Public Member Functions inherited from sol::di::exc::DIException | |
| DIException (const char *message) | |
| Constructor. More... | |
| DIException (const std::string &message) | |
| Constructor. More... | |
Public Member Functions inherited from std::logic_error | |
| 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 |