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

com.wordnik.swagger.client.ApiException.scala Maven / Gradle / Ivy

There is a newer version: 0.2.1
Show newest version
package com.wordnik.swagger.client

class ApiException(val code: Int, message: String, val body: String) extends RuntimeException(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy