diff options
author | Marvin Borner | 2019-08-14 22:45:30 +0200 |
---|---|---|
committer | Marvin Borner | 2019-08-14 22:45:30 +0200 |
commit | ab91d3b7e92ab42c1b4c449797fee672bd5e2859 (patch) | |
tree | 461d0482c6b70cb425edc629797244d57ab8012f /src/runMain/kotlin/exceptions | |
parent | 938f655b120efd01a0fbdd5c3fde7dbc1b53d267 (diff) |
Re-added files
Diffstat (limited to 'src/runMain/kotlin/exceptions')
-rw-r--r-- | src/runMain/kotlin/exceptions/UnknownType.kt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runMain/kotlin/exceptions/UnknownType.kt b/src/runMain/kotlin/exceptions/UnknownType.kt new file mode 100644 index 0000000..4c348a5 --- /dev/null +++ b/src/runMain/kotlin/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 |