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

#include <store_provider.hpp>

Inheritance diagram for sysio::trace_api::malformed_slice_file:
Collaboration diagram for sysio::trace_api::malformed_slice_file:

Public Member Functions

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

Detailed Description

Definition at line 48 of file store_provider.hpp.

Constructor & Destructor Documentation

◆ malformed_slice_file() [1/2]

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

Definition at line 50 of file store_provider.hpp.

51 :std::runtime_error(what_arg)
52 {}

◆ malformed_slice_file() [2/2]

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

Definition at line 53 of file store_provider.hpp.

54 :std::runtime_error(what_arg)
55 {}

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