X-Git-Url: http://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Ffacebook-utils-2.5.0%2Fxref%2Fde%2Fjuplo%2Ffacebook%2Fexceptions%2FUnsupportedGetRequestException.html;fp=dist%2Ffacebook-utils-2.5.0%2Fxref%2Fde%2Fjuplo%2Ffacebook%2Fexceptions%2FUnsupportedGetRequestException.html;h=0000000000000000000000000000000000000000;hp=60d23bdfac8015a3b2c5a74cc47346a290b7108e;hb=b293b312d6f0dd8b2dc716375fd442dd295a9942;hpb=9179a67d9952d3b63e95686dbd6cacd3c9e13cb2 diff --git a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnsupportedGetRequestException.html b/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnsupportedGetRequestException.html deleted file mode 100644 index 60d23bdf..00000000 --- a/dist/facebook-utils-2.5.0/xref/de/juplo/facebook/exceptions/UnsupportedGetRequestException.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -UnsupportedGetRequestException xref - - - -
View Javadoc
-1   package de.juplo.facebook.exceptions;
-2   
-3   
-4   /**
-5    * 100: Unsupported get request.
-6    * @author Kai Moritz
-7    */
-8   public class UnsupportedGetRequestException extends GraphMethodException
-9   {
-10    protected UnsupportedGetRequestException(FacebookErrorMessage error)
-11    {
-12      super(error);
-13    }
-14  }
-
-
- - -