![]() |
MoCSI API Reference
|
Error class to throw when a module chain has circular or missing dependencies. Inherits from std::exception. More...
#include <ChainManager.h>


Public Member Functions | |
| DependencyError (const std::vector< std::shared_ptr< ModuleType > > unresolved_dependency_modules) | |
| const char * | what () const noexcept override |
| Supplies the error message as a c-style string/char array. | |
| ~DependencyError () override=default | |
Error class to throw when a module chain has circular or missing dependencies. Inherits from std::exception.
|
inline |
|
overridedefault |
|
inlineoverridenoexcept |
Supplies the error message as a c-style string/char array.