Current section
Files
Jump to
Current section
Files
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