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

io.udash.rpc.serialization.DefaultExceptionCodecRegistry.scala Maven / Gradle / Ivy

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

class DefaultExceptionCodecRegistry extends ClassNameBasedECR {
  override def name[T <: Throwable](ex: T): String =
    throw new NotImplementedError("This method is implemented only in the JVM version.")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy