CoderForHire

313
reputation
1
10
33
public class SystemCrasher : ICrashable
{
  public void CrashSystem()
  { 
     throw new SystemCrashedException();
  }
}