using System; public class PushwooshException : Exception { public PushwooshException(string message) : base(message) { } }