#include "ExceptionThrower.h"

void ThrowException()
{
  throw 1;
}
