Current section

Files

Jump to
dry lib runtime_error.ex
Raw

lib/runtime_error.ex

defmodule Dry.RuntimeError do
@moduledoc """
Error raised when a runtime error occures, for example when an attribute is not of the correct type.
"""
defexception message: "Something went wrong"
end