ErrorSimulator.cpp 106 B

12345678
  1. #ifdef ERROR_SIMULATOR
  2. #include "ErrorSimulator.hpp"
  3. int failStep = -1;
  4. int failStepThrow = -1;
  5. #endif