Packages

A set of macros to help facilitate struct-to-struct field mapping.

Current section

Files

Jump to
cartograf lib mapping_exception.ex
Raw

lib/mapping_exception.ex

defmodule Cartograf.MappingException do
@message "Field not mapped."
defexception message: @message
end