Пример #1
0
 public void Throw(string valueToThrow)
 {
     SetCurrentState(State.Threw);
     builder.Throw(valueToThrow);
 }