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

play.modules.reactivemongo.ReactiveMongoPluginException.scala Maven / Gradle / Ivy

package play.modules.reactivemongo

class ReactiveMongoPluginException(message: String, cause: Throwable = null) extends RuntimeException(message, cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy