From d9d9fbdd9d13a5eadc5c57ac19405983cfe11b2e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 12 Aug 2019 18:41:05 +0200 Subject: Improved exception handling --- src/exceptions/UnknownType.kt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/exceptions/UnknownType.kt (limited to 'src/exceptions') diff --git a/src/exceptions/UnknownType.kt b/src/exceptions/UnknownType.kt new file mode 100644 index 0000000..4c348a5 --- /dev/null +++ b/src/exceptions/UnknownType.kt @@ -0,0 +1,3 @@ +package exceptions + +class UnknownType(token: String = "") : Exception("Token type not known: $token") \ No newline at end of file -- cgit v1.2.3