All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.afrozaar.wordpress.wpapi.v2.exception.UserEmailAlreadyExistsException Maven / Gradle / Ivy

There is a newer version: 4.8.3
Show newest version
package com.afrozaar.wordpress.wpapi.v2.exception;

public class UserEmailAlreadyExistsException extends WpApiParsedException {

    public UserEmailAlreadyExistsException(ParsedRestException parsed) {
        super(parsed);
    }

    private static final org.slf4j.Logger LOG = org.slf4j.LoggerFactory.getLogger(UserEmailAlreadyExistsException.class);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy