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

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