Current section

Files

Jump to
formulator lib html_error.ex
Raw

lib/html_error.ex

defmodule Formulator.HtmlError do
defstruct [
class: "",
html: ""
]
end