Packages

object IsError extends Serializable

Source
IsError.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IsError
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. macro def apply[A](implicit ev: IsError[A]): IsError[A]

    Summons an implicit instance of IsError[A] if one is found in scope, fails compilation otherwise.

  2. implicit val exceptionIsError: IsError[Exception]

    Default instance for Exception.