Package com.github.adriantodt.tartar.exceptions

Types

ConfigurationException
Link copied to clipboard
common
class ConfigurationException(message: String) : IllegalArgumentException
MismatchedSourcesException
Link copied to clipboard
common
class MismatchedSourcesException(first: Section, second: Section) : IllegalArgumentException
NoFurtherCharactersConsumedException
Link copied to clipboard
common