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

com.blr19c.falowp.bot.system.adapter.qq.op.OpException.kt Maven / Gradle / Ivy

There is a newer version: 2.0.0-RC2
Show newest version
package com.blr19c.falowp.bot.system.adapter.qq.op

class OpException(message: String, e: Exception? = null) : RuntimeException(message, e)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy