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

lanchon.multidexlib2.DuplicateEntryNameException Maven / Gradle / Ivy

There is a newer version: 2.3.4.r2
Show newest version
/*
 * DexPatcher - Copyright 2015-2017 Rodrigo Balerdi
 * (GNU General Public License version 3 or later)
 *
 * DexPatcher is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published
 * by the Free Software Foundation, either version 3 of the License,
 * or (at your option) any later version.
 */

package lanchon.multidexlib2;

public class DuplicateEntryNameException extends RuntimeException {

	public DuplicateEntryNameException(String entryName) {
		super(entryName);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy