mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Move namespace
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Text;
|
||||
using System.Xml;
|
||||
using Microsoft.Win32;
|
||||
|
||||
namespace Wox.Core.Exception
|
||||
namespace Wox.Infrastructure.Exception
|
||||
{
|
||||
public class ExceptionFormatter
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Wox.Core.Exception
|
||||
namespace Wox.Infrastructure.Exception
|
||||
{
|
||||
/// <summary>
|
||||
/// Base Wox Exceptions
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Wox.Core.Exception
|
||||
namespace Wox.Infrastructure.Exception
|
||||
{
|
||||
/// <summary>
|
||||
/// Represent exceptions that wox can't handle and MUST close running Wox.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Wox.Core.Exception
|
||||
namespace Wox.Infrastructure.Exception
|
||||
{
|
||||
public class WoxHttpException :WoxException
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Wox.Core.Exception
|
||||
namespace Wox.Infrastructure.Exception
|
||||
{
|
||||
public class WoxJsonRPCException : WoxException
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Wox.Core.Exception
|
||||
namespace Wox.Infrastructure.Exception
|
||||
{
|
||||
public class WoxPluginException : WoxException
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user