summaryrefslogtreecommitdiff
path: root/crashboxd/src/main/scala/io/crashbox/ci/yaml/YamlFormatException.scala
diff options
context:
space:
mode:
Diffstat (limited to 'crashboxd/src/main/scala/io/crashbox/ci/yaml/YamlFormatException.scala')
-rw-r--r--crashboxd/src/main/scala/io/crashbox/ci/yaml/YamlFormatException.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/crashboxd/src/main/scala/io/crashbox/ci/yaml/YamlFormatException.scala b/crashboxd/src/main/scala/io/crashbox/ci/yaml/YamlFormatException.scala
new file mode 100644
index 0000000..1700900
--- /dev/null
+++ b/crashboxd/src/main/scala/io/crashbox/ci/yaml/YamlFormatException.scala
@@ -0,0 +1,4 @@
+package io.crashbox.ci
+package yaml
+
+class YamlFormatException(message: String) extends RuntimeException(message)