bson.BSONException.kt Maven / Gradle / Ivy
package com.github.fluidsonic.baku
class BSONException(message: String? = null) : RuntimeException(message)
package com.github.fluidsonic.baku
class BSONException(message: String? = null) : RuntimeException(message)