mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Move namespace
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Wox.Core.Exception
|
||||
namespace Wox.Infrastructure.Exception
|
||||
{
|
||||
public class WoxI18nException:WoxException
|
||||
public class WoxI18nException : WoxException
|
||||
{
|
||||
public WoxI18nException(string msg) : base(msg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user