# `PhoenixStorybook.ErrorView`
[🔗](https://github.com/phenixdigital/phoenix_storybook/blob/v1.1.0/lib/phoenix_storybook/live/error_view.ex#L1)

# `__resource__`

The resource name, as an atom, for this view

# `render`

Renders the given template locally.

# `template_not_found`

```elixir
@spec template_not_found(binary(), map()) :: no_return()
```

Callback invoked when no template is found.
By default it raises but can be customized
to render a particular template.

---

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