View Source Kino.InterruptError exception (Kino v0.14.2)

Exception raised to stop evaluation in expected manner.

Summary

Types

@type t() :: %Kino.InterruptError{
  __exception__: true,
  message: String.t(),
  variant: :normal | :error
}