Move namespace

This commit is contained in:
bao-qian
2015-11-09 01:32:33 +00:00
parent 60f06f97fa
commit da5a930e89
21 changed files with 30 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ using System.Text;
using System.Xml;
using Microsoft.Win32;
namespace Wox.Core.Exception
namespace Wox.Infrastructure.Exception
{
public class ExceptionFormatter
{

View File

@@ -1,4 +1,4 @@
namespace Wox.Core.Exception
namespace Wox.Infrastructure.Exception
{
/// <summary>
/// Base Wox Exceptions

View File

@@ -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.

View File

@@ -1,4 +1,4 @@
namespace Wox.Core.Exception
namespace Wox.Infrastructure.Exception
{
public class WoxHttpException :WoxException
{

View File

@@ -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)
{

View File

@@ -1,4 +1,4 @@
namespace Wox.Core.Exception
namespace Wox.Infrastructure.Exception
{
public class WoxJsonRPCException : WoxException
{

View File

@@ -1,4 +1,4 @@
namespace Wox.Core.Exception
namespace Wox.Infrastructure.Exception
{
public class WoxPluginException : WoxException
{