InvalidResponseException.cs added

Spegeli [2016-07-22 01:30:41]
InvalidResponseException.cs added
Filename
PokemonGo.RocketAPI/Exceptions/InvalidResponseException.cs
diff --git a/PokemonGo.RocketAPI/Exceptions/InvalidResponseException.cs b/PokemonGo.RocketAPI/Exceptions/InvalidResponseException.cs
new file mode 100644
index 0000000..27ff90c
--- /dev/null
+++ b/PokemonGo.RocketAPI/Exceptions/InvalidResponseException.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace PokemonGo.RocketAPI.Exceptions
+{
+    public class InvalidResponseException : Exception
+    {
+    }
+}
You may download the files in Public Git.