Current section

Files

Jump to
avetmiss lib errors state_error.ex
Raw

lib/errors/state_error.ex

defmodule Avetmiss.Errors.StateError do
defexception message: "Given value is not a valid state"
end