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

serialization.ParseException.kt Maven / Gradle / Ivy

The newest version!
package com.hexagonkt.serialization

class ParseException(val field: String, cause: Throwable? = null) : RuntimeException(cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy