Moved HttpException into Discord namespace

This commit is contained in:
Brandon Smith
2015-08-20 22:05:37 -03:00
parent 03a291c61a
commit a44ba237df

View File

@@ -1,7 +1,7 @@
using System; using System;
using System.Net; using System.Net;
namespace Discord.Helpers namespace Discord
{ {
public class HttpException : Exception public class HttpException : Exception
{ {