Skip to content

Instantly share code, notes, and snippets.

@gashupl
Created October 12, 2016 12:16
Show Gist options
  • Save gashupl/895f4a0a6426df02b8f0633167231dc1 to your computer and use it in GitHub Desktop.
Save gashupl/895f4a0a6426df02b8f0633167231dc1 to your computer and use it in GitHub Desktop.
using System;
namespace XrmLabs.Library
{
public class Worker
{
public Worker() { }
private void DoSecretJob()
{
throw new Exception("Blow our program up!");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment