aboutsummaryrefslogtreecommitdiff
path: root/flow-stream/src/main/scala/ch/jodersky/flow/stream/StreamWatcherException.scala
blob: 8eee61cd725b923e7f8b95b1676b9005fe8e5a7c (plain) (blame)
1
2
3
4
package ch.jodersky.flow
package stream

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