com.github.andrebonna.jsonSnapshot.SnapshotMatchException Maven / Gradle / Ivy
package com.github.andrebonna.jsonSnapshot;
public class SnapshotMatchException extends RuntimeException {
SnapshotMatchException(String message) {
super(message);
}
}