Current section

Files

Jump to
hologram lib hologram errors param_error.ex
Raw

lib/hologram/errors/param_error.ex

defmodule Hologram.ParamError do
@moduledoc """
Raised when a page param is invalid.
"""
defexception [:message]
end