Current section
Files
Jump to
Current section
Files
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