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

com.github.fbaierl.rxpuppeteer.RxDependencyException.scala Maven / Gradle / Ivy

The newest version!
package com.github.fbaierl.rxpuppeteer

final case class RxDependencyException(private val message: String = "",
                                 private val cause: Throwable = None.orNull) extends Exception(message, cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy