|
solinject
1.0.0
C++17 Dependency Injection header-only library
|
Exception that is thrown when the requested service is not registered. More...
#include <ServiceNotRegisteredException.hpp>
Public Member Functions | |
| ServiceNotRegisteredException (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 the requested service is not registered.
|
inline |
Constructor.
| type | type that is not registered |