Current section

Files

Jump to
commanded_messaging lib commanded command_error.ex
Raw

lib/commanded/command_error.ex

defmodule Commanded.CommandError do
defexception [:command]
def message(_), do: "Invalid command"
end