1 package de.juplo.facebook.exceptions;
5 * Marker class for error-messages, that are not mapped yet.
6 * Pleas help us to complete the list of possible errors and report errors,
7 * that are mapped to this class to info@juplo.de. Thanxs!
11 public class UnmappedErrorException extends GraphApiException
13 protected UnmappedErrorException(FacebookErrorMessage error)