function throwIllegalStateException()

in src/config-wrapper/config-wrapper.js [102:107]


  function throwIllegalStateException() {
    throw new Error(
      'Illegal state exception: ' +
      'cannot call sync method of ConfigWrapper before it\'s initialization'
    );
  }