userver: components::ComponentsLoadCancelledException Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
components::ComponentsLoadCancelledException Class Reference

Exception that is thrown from components::ComponentContext::FindComponent() if a component load failed. More...

#include <userver/components/component_context.hpp>

+ Inheritance diagram for components::ComponentsLoadCancelledException:
+ Collaboration diagram for components::ComponentsLoadCancelledException:

Public Member Functions

 ComponentsLoadCancelledException (const std::string &message)
 

Detailed Description

Exception that is thrown from components::ComponentContext::FindComponent() if a component load failed.

Definition at line 51 of file component_context.hpp.


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