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