summaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/aai/exceptions/InvalidAAIResponseException.java
blob: e6296488e009860f95edd35c681b548799bd45ca (plain)
1
2
3
4
5
6
7
package org.onap.vid.aai.exceptions;

/**
 * Created by Oren on 7/4/17.
 */
public class InvalidAAIResponseException extends Exception {
}