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

com.baulsupp.oksocial.output.UsageException.kt Maven / Gradle / Ivy

There is a newer version: 4.19.0
Show newest version
package com.baulsupp.oksocial.output

class UsageException(msg: String, cause: Exception? = null) : RuntimeException(msg, cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy