# `SnakeBridge.HelperNotFoundError`
[🔗](https://github.com/nshkrdotcom/snakebridge/blob/v0.16.0/lib/snakebridge/helper_not_found_error.ex#L1)

Error raised when a helper name is not registered.

# `t`

```elixir
@type t() :: %SnakeBridge.HelperNotFoundError{
  __exception__: true,
  helper: String.t() | nil,
  message: String.t(),
  suggestion: String.t() | nil
}
```

# `new`

```elixir
@spec new(String.t()) :: t()
```

---

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