|
PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
|
Base exception for all PROFINET errors. More...
#include <exceptions.h>
Inheritance diagram for profinet::ProfinetError:
Collaboration diagram for profinet::ProfinetError:Public Member Functions | |
| ProfinetError (const std::string &message) | |
| Construct with a human-readable message. | |
Base exception for all PROFINET errors.
Definition at line 526 of file exceptions.h.
|
inlineexplicit |
Construct with a human-readable message.
| message | Description of the error. |
Definition at line 531 of file exceptions.h.