namespace Wox.Infrastructure.Exception { public class WoxHttpException :WoxException { public WoxHttpException(string msg) : base(msg) { } } }