Current section

Files

Jump to
html_to_markdown lib html_to_markdown error.ex
Raw

lib/html_to_markdown/error.ex

defmodule HtmlToMarkdown.Error do
@moduledoc """
Raised by `HtmlToMarkdown.convert!/2` when the native converter returns an error.
"""
defexception [:message]
end