Current section
Files
Jump to
Current section
Files
lib/state_server/invalid_transition_error.ex
defmodule StateServer.InvalidTransitionError do
@moduledoc "raised when you pass a funny atom to the `{:transition, _}` event"
defexception [:message]
end