Current section

Files

Jump to
polyn lib schema schema_exception.ex
Raw

lib/schema/schema_exception.ex

defmodule Polyn.SchemaException do
@moduledoc """
Error raised when schemas are not found where they are expected to be
"""
defexception [:message]
end