Current section

Files

Jump to
state_server lib state_server invalid_state_error.ex
Raw

lib/state_server/invalid_state_error.ex

defmodule StateServer.InvalidStateError do
@moduledoc "raised when you pass a funny atom to the `{:goto, _}` event"
defexception [:message]
end