Added RuntimeError class
parent
78c65bbf39
commit
cc4aa58bff
@ -1,5 +1,3 @@
|
|||||||
package fr.celticinfo.lox
|
package fr.celticinfo.lox
|
||||||
|
|
||||||
class RuntimeError(val token: Token, message: String) : RuntimeException(message) {
|
class RuntimeError(val token: Token, message: String) : RuntimeException(message)
|
||||||
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue