com.wavesplatform.api.http.ApiException.scala Maven / Gradle / Ivy
The newest version!
package com.wavesplatform.api.http
case class ApiException(apiError: ApiError) extends Exception(apiError.message)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy