mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-09-23 17:51:31 +00:00
4 lines
108 B
Kotlin
4 lines
108 B
Kotlin
package gay.pizza.pork.tokenizer
|
|
|
|
abstract class TokenizeError(message: String) : RuntimeException(message)
|