![]() |
VSM C++ SDK
Vehicle Specific Modules SDK
|
Helper class for defining derived exceptions. More...
#include <exception.h>
Public Member Functions | |
template<typename... Args> | |
Derived_exception (Args &&...args) | |
Forwarding constructor. More... | |
Helper class for defining derived exceptions.
It automatically forwards constructor call to base class.
Base_exception | |
Dummy | Type used for differentiating exception types signatures. |
|
inline |
Forwarding constructor.