vectorgrp / sil-kit

Vector SIL Kit – Open-Source Library for Connecting Software-in-the-Loop Environments
https://vectorgrp.github.io/sil-kit-docs
MIT License
107 stars 32 forks source link

SILKIT-1650: Forward specific SIL Kit exceptions #146

Open KonradBkd opened 1 week ago

KonradBkd commented 1 week ago

SIL Kit specific exceptions (e.g. SilKit::ConfigurationError) are not transported to the C++ side through the hourglass. There, only the exception Silkit::SilkitError is thrown (ThrowOnError.hpp)

In this PR: