# `Kino.InterruptError`
[🔗](https://github.com/livebook-dev/kino/blob/v0.19.0/lib/kino/exceptions.ex#L1)

Exception raised to stop evaluation in expected manner.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
