Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Slic3r::FlowError Class Reference

#include <src/libslic3r/Flow.hpp>

+ Inheritance diagram for Slic3r::FlowError:
+ Collaboration diagram for Slic3r::FlowError:

Public Member Functions

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

Detailed Description

Constructor & Destructor Documentation

◆ FlowError() [1/2]

Slic3r::FlowError::FlowError ( const std::string &  what_arg)
inline
29: Slic3r::InvalidArgument(what_arg) {}

◆ FlowError() [2/2]

Slic3r::FlowError::FlowError ( const char *  what_arg)
inline
30: Slic3r::InvalidArgument(what_arg) {}

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