2015-11-09 09:32:33 +08:00
|
|
|
|
namespace Wox.Infrastructure.Exception
|
2015-01-03 15:20:34 +08:00
|
|
|
|
{
|
2015-11-09 09:32:33 +08:00
|
|
|
|
public class WoxI18nException : WoxException
|
2015-01-03 15:20:34 +08:00
|
|
|
|
{
|
|
|
|
|
public WoxI18nException(string msg) : base(msg)
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|