mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Refactoring. Move plugin related work to Wox.Core
This commit is contained in:
9
Wox.Core/Exception/WoxHttpException.cs
Normal file
9
Wox.Core/Exception/WoxHttpException.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Wox.Core.Exception
|
||||
{
|
||||
public class WoxHttpException :WoxException
|
||||
{
|
||||
public WoxHttpException(string msg) : base(msg)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user