.hexagon_core.1.4.7.source-code.ResourceNotFoundException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hexagon_core Show documentation
Show all versions of hexagon_core Show documentation
Hexagon core utilities. Includes serialization and logging helpers.
The newest version!
package com.hexagonkt
import java.io.IOException
class ResourceNotFoundException(message: String) : IOException(message)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy