metaproxy  1.21.0
Public Member Functions | List of all members
metaproxy_1::FactoryFilter::NotFound Class Reference

#include <factory_filter.hpp>

Inheritance diagram for metaproxy_1::FactoryFilter::NotFound:
Inheritance graph
Collaboration diagram for metaproxy_1::FactoryFilter::NotFound:
Collaboration graph

Public Member Functions

 NotFound (const std::string msg)
 

Detailed Description

Definition at line 53 of file factory_filter.hpp.

Constructor & Destructor Documentation

◆ NotFound()

metaproxy_1::FactoryFilter::NotFound::NotFound ( const std::string  msg)

Definition at line 46 of file factory_filter.cpp.

47  : std::runtime_error(message)
48 {
49 }

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