MavuSnippets.SnippetGroups.get_snippet_group-exclamation-mark

You're seeing just the function get_snippet_group-exclamation-mark, go back to MavuSnippets.SnippetGroups module for more information.
Link to this function

get_snippet_group!(id, conf)

View Source

Gets a single snippet_group.

Raises Ecto.NoResultsError if the SnippetGroup does not exist.

Examples

iex> get_snippet_group!(123)
%SnippetGroup{}

iex> get_snippet_group!(456)
** (Ecto.NoResultsError)