com.parzivail.errorman.model.RollbarException Maven / Gradle / Ivy
package com.parzivail.errorman.model;
import com.google.gson.annotations.SerializedName;
public record RollbarException(@SerializedName("class") String clazz, String message)
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy