com.crabshue.commons.mail.exceptions.MailErrorContext Maven / Gradle / Ivy
package com.crabshue.commons.mail.exceptions;
import com.crabshue.commons.exceptions.context.ErrorContext;
/**
* {@link ErrorContext} related to file operations.
*
*/
public enum MailErrorContext implements ErrorContext {
FILES
}