All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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