Current section

Files

Jump to
hologram lib hologram errors template_syntax_error.ex
Raw

lib/hologram/errors/template_syntax_error.ex

defmodule Hologram.TemplateSyntaxError do
@moduledoc """
Raised when template markup is invalid.
"""
defexception [:message]
end