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

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