When a CiviMRF profile does not exist but is selected within a CiviMRF connector, there will be PHP warnings (Warning: Undefined array key "produktivumgebung" in Drupal\cmrf_core\Core->getConnectionProfile() (line 32 of modules/contrib/cmrf_core/src/Core.php).). This throws an exception instead.
Fixes #68.
When a CiviMRF profile does not exist but is selected within a CiviMRF connector, there will be PHP warnings (
Warning: Undefined array key "produktivumgebung" in Drupal\cmrf_core\Core->getConnectionProfile() (line 32 of modules/contrib/cmrf_core/src/Core.php).
). This throws an exception instead.