ExceptionFamily

zio.exception.ExceptionFamily

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ConfigException.type
object JsonException.type

Members list

Value members

Abstract methods

def decode(c: Json): Either[String, FrameworkException]

Concrete methods

def register(name: String, family: ExceptionFamily): Unit