ceylon.language.meta.model.MutationException.ceylon Maven / Gradle / Ivy
"Thrown when you try to change the value of a non-variable value"
shared class MutationException(String message) extends Exception(message){}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy