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

ru.pocketbyte.locolaser.exception.InvalidValueException.kt Maven / Gradle / Ivy

package ru.pocketbyte.locolaser.exception

class InvalidValueException @JvmOverloads constructor(
        message: String? = null
) : Exception(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy