Exception: Tmux::Exception::InTmux

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/tmux/exception/in_tmux.rb

Instance Method Summary collapse

Constructor Details

#initialize(command) ⇒ InTmux

Returns a new instance of InTmux.



4
5
6
# File 'lib/tmux/exception/in_tmux.rb', line 4

def initialize(command)
  super("This command should not be run from inside tmux: #{command}")
end