Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::trace_api::path_does_not_exist Class Reference

#include <store_provider.hpp>

Inheritance diagram for sysio::trace_api::path_does_not_exist:
Collaboration diagram for sysio::trace_api::path_does_not_exist:

Public Member Functions

 path_does_not_exist (const char *what_arg)
 
 path_does_not_exist (const std::string &what_arg)
 

Detailed Description

Definition at line 18 of file store_provider.hpp.

Constructor & Destructor Documentation

◆ path_does_not_exist() [1/2]

sysio::trace_api::path_does_not_exist::path_does_not_exist ( const char * what_arg)
inlineexplicit

Definition at line 20 of file store_provider.hpp.

21 :std::runtime_error(what_arg)
22 {}

◆ path_does_not_exist() [2/2]

sysio::trace_api::path_does_not_exist::path_does_not_exist ( const std::string & what_arg)
inlineexplicit

Definition at line 23 of file store_provider.hpp.

24 :std::runtime_error(what_arg)
25 {}

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