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

com.vinaygaba.codegen.exceptions.ShowcaseProcessorException.kt Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
package com.vinaygaba.codegen.exceptions

import java.lang.Exception

class ShowcaseProcessorException(message: String): Exception(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy