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 + { + } +}