Added HttpException so we can actually catch server errors again!

This commit is contained in:
Brandon Smith
2015-08-18 20:10:19 -03:00
parent 67c734d7a0
commit 7b24926310
7 changed files with 41 additions and 15 deletions

View File

@@ -88,6 +88,9 @@
<Compile Include="..\Discord.Net\Helpers\Http.cs">
<Link>Helpers\Http.cs</Link>
</Compile>
<Compile Include="..\Discord.Net\Helpers\HttpException.cs">
<Link>Helpers\HttpException.cs</Link>
</Compile>
<Compile Include="..\Discord.Net\Invite.cs">
<Link>Invite.cs</Link>
</Compile>