describe('GIVEN InvalidThresholdException', () => {
  describe('WHEN exception was thrown', () => {
    const throwException = () => {
      throw new InvalidThresholdException();
    };