aboutsummaryrefslogtreecommitdiff
path: root/flow-stream/src/main/scala/com/github/jodersky/flow/stream/StreamWatcherException.scala
diff options
context:
space:
mode:
Diffstat (limited to 'flow-stream/src/main/scala/com/github/jodersky/flow/stream/StreamWatcherException.scala')
-rw-r--r--flow-stream/src/main/scala/com/github/jodersky/flow/stream/StreamWatcherException.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/flow-stream/src/main/scala/com/github/jodersky/flow/stream/StreamWatcherException.scala b/flow-stream/src/main/scala/com/github/jodersky/flow/stream/StreamWatcherException.scala
new file mode 100644
index 0000000..b9fa468
--- /dev/null
+++ b/flow-stream/src/main/scala/com/github/jodersky/flow/stream/StreamWatcherException.scala
@@ -0,0 +1,4 @@
+package com.github.jodersky.flow
+package stream
+
+class StreamWatcherException(message: String, cause: Throwable = null) extends RuntimeException(message, cause)