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

akka.stream.NeverMaterializedException.scala Maven / Gradle / Ivy

/*
 * Copyright (C) 2009-2020 Lightbend Inc. 
 */

package akka.stream

final class NeverMaterializedException(cause: Throwable)
    extends RuntimeException("Downstream canceled without triggering lazy source materialization", cause) {

  def this() = this(null)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy