Current section

Files

Jump to
ecto_forge lib ecto_forge expections not_found_repo.ex
Raw

lib/ecto_forge/expections/not_found_repo.ex

defmodule EctoForge.Expections.RepoNotFound do
@moduledoc """
## when not found repo in `EctoForge.DatabaseApi`
"""
defexception message: "Repo not found", status: 500
end