View Source Kino.InterruptError exception (Kino v0.11.3)
Exception raised to stop evaluation in expected manner.
Link to this section Summary
Link to this section Types
@type t() :: %Kino.InterruptError{ __exception__: true, message: String.t(), variant: :normal | :error }