Current section

Files

Jump to
rustq lib rustq error.ex
Raw

lib/rustq/error.ex

defmodule RustQ.Error do
@moduledoc """
Exception raised by bang-style RustQ parsing and rendering APIs.
"""
defexception [:message, :errors]
end