com.baulsupp.oksocial.output.UsageException.kt Maven / Gradle / Ivy
package com.baulsupp.oksocial.output
class UsageException(msg: String, cause: Exception? = null) : RuntimeException(msg, cause)
package com.baulsupp.oksocial.output
class UsageException(msg: String, cause: Exception? = null) : RuntimeException(msg, cause)