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

com.airbnb.epoxy.processor.EpoxyProcessorException.kt Maven / Gradle / Ivy

The newest version!
package com.airbnb.epoxy.processor

import androidx.room.compiler.processing.XElement

internal class EpoxyProcessorException(
    message: String,
    cause: Throwable? = null,
    val element: XElement? = null
) : RuntimeException(message, cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy