![JAR search and dependency download from the Maven repository](/logo.png)
biz.ostw.fsi.translator.InvalidDestinationException.scala Maven / Gradle / Ivy
package biz.ostw.fsi.translator
/**
* Created by kav on 04.07.17.
*/
class InvalidDestinationException(val destination: Destination[_]) extends Exception("Invalid destination: " + destination) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy