Packages

Elixir library to inflect Russian first, last, and middle names.

Current section

Files

Jump to
petrovich_elixir lib petrovich exceptions.ex
Raw

lib/petrovich/exceptions.ex

defmodule Petrovich.Exceptions.ParseException do
defexception message: "Name is not parsed"
end
defmodule Petrovich.Exceptions.RulesFileException do
defexception message: "Rules file is missing"
end