Cpp-Processing
Public Member Functions | List of all members
celantur::WrongConfig Class Reference

Exception that is getting thrown in case the user tries to set wrong configuration for the processor, for example, if the detection type is lower than the blur type. More...

#include <CelanturExceptions.h>

Collaboration diagram for celantur::WrongConfig:
Collaboration graph
[legend]

Public Member Functions

 WrongConfig (std::string_view message)
 

Detailed Description

Exception that is getting thrown in case the user tries to set wrong configuration for the processor, for example, if the detection type is lower than the blur type.

Constructor & Destructor Documentation

◆ WrongConfig()

celantur::WrongConfig::WrongConfig ( std::string_view  message)
inline