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

zhmyh.yandex.api.YandexAPIException.scala Maven / Gradle / Ivy

The newest version!
/**
  *
  */
package zhmyh.yandex.api

/**
  * @author zhmyh
  */
case class YandexAPIException(code: Int, message: String) extends Exception(code + ": " + message)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy