SnakeBridge.HelperNotFoundError exception (SnakeBridge v0.16.0)

Copy Markdown View Source

Error raised when a helper name is not registered.

Summary

Types

t()

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

Functions

new(helper)

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