Packages

YeMUX Yaml-to-tMUX converter creates the shell commands for a new tmux session from a YAML file, attaching to the session if it already runs

Current section

Files

Jump to
yemux lib yemux error bad_session_spec.ex
Raw

lib/yemux/error/bad_session_spec.ex

defmodule Yemux.Error.BadSessionSpec do
@moduledoc false
defexception [:message]
@doc false
def exception(msg), do: %__MODULE__{message: msg}
end
# SPDX-License-Identifier: Apache-2.0