# `Zvex.Error.Unavailable.NotSupported`
[🔗](https://github.com/edlontech/zvex/blob/main/lib/zvex/error/unavailable.ex#L26)

The requested operation is not supported.

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Zvex.Error.Unavailable.NotSupported{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  message: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

Create an `Elixir.Zvex.Error.Unavailable.NotSupported` without raising it.

## Keys

- :message

---

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