aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/common/error/IncorrectIdException.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/xyz/driver/common/error/IncorrectIdException.scala')
-rw-r--r--src/main/scala/xyz/driver/common/error/IncorrectIdException.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/scala/xyz/driver/common/error/IncorrectIdException.scala b/src/main/scala/xyz/driver/common/error/IncorrectIdException.scala
new file mode 100644
index 0000000..a91065c
--- /dev/null
+++ b/src/main/scala/xyz/driver/common/error/IncorrectIdException.scala
@@ -0,0 +1,3 @@
+package xyz.driver.common.error
+
+case class IncorrectIdException(message: String) extends Exception(message)