3#include <iolink/IOLinkAPI.h>
12class IOLINK_API
Error :
public std::exception
15 explicit Error(
const std::string& msg);
17 const char* what()
const noexcept override;
22 Error& operator=(
const Error& other) =
default;
25 Error& operator=(
Error&& other)
noexcept =
default;
Error base class.
Definition: Error.h:13
'Invalid argument' error raised when an argument is not the one expected in a public method.
Definition: Error.h:36
'Not implemented' error raised when a 'not available' method is called.
Definition: Error.h:47
All IOLink symbols are enclosed in this namespace.
Definition: ArrayX.h:8