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

io.udash.rest.RestException.scala Maven / Gradle / Ivy

There is a newer version: 0.13.0
Show newest version
package io.udash
package rest

import com.avsystem.commons.rpc.InvalidRpcCall

class RestException(msg: String, cause: Throwable = null) extends InvalidRpcCall(msg, cause)

class InvalidRestApiException(msg: String) extends RestException(msg)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy