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