CoderForHire

121
reputation
1
11
35
public class SystemCrasher : ICrashable
{
  public void CrashSystem()
  { 
     throw new SystemCrashedException();
  }
}