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

Exception raised to stop evaluation in expected manner.

Summary

Types

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