Current section

Files

Jump to
hologram lib hologram errors compile_error.ex
Raw

lib/hologram/errors/compile_error.ex

defmodule Hologram.CompileError do
@moduledoc """
Raised when a page or a component can't be compiled.
"""
defexception [:message]
end