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

com.yukihirai0505.sFacebook.exceptions.OAuthException.scala Maven / Gradle / Ivy

The newest version!
package com.yukihirai0505.sFacebook.exceptions

/**
  * Created by yukihirai on 2016/11/09.
  */
class OAuthException(message: String, e: Exception = null) extends RuntimeException(message, e)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy