From 0627e0ac4bd237f0d7d256f1cfe863440b318f55 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 15 Aug 2019 00:25:25 +0200 Subject: Added documentation --- src/runMain/kotlin/exceptions/UnknownType.kt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/runMain/kotlin/exceptions') diff --git a/src/runMain/kotlin/exceptions/UnknownType.kt b/src/runMain/kotlin/exceptions/UnknownType.kt index 4c348a5..a696891 100644 --- a/src/runMain/kotlin/exceptions/UnknownType.kt +++ b/src/runMain/kotlin/exceptions/UnknownType.kt @@ -1,3 +1,6 @@ package exceptions +/** + * Gets thrown if the entered token/code does not exist in this language + */ class UnknownType(token: String = "") : Exception("Token type not known: $token") \ No newline at end of file -- cgit v1.2.3