Exception

type alias Throwable =
type Catchable error
= Catchable
error
{ title : String
, body : String
}
fromString : String -> Catchable ()
fromStringWithValue : String -> value -> Catchable value
throw : Catchable error -> Catchable ()