The jam is running. Build something, or play the entries.
using System; namespace NPBehave { public class Exception : System.Exception { public Exception(string message) : base(message) { } } }