Exception: Tmux::Exception::IndexInUse

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

Instance Method Summary collapse

Constructor Details

#initialize(args) ⇒ IndexInUse

Returns a new instance of IndexInUse.



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

def initialize(args)
  super "Index '%s' in session '%s' in use" % [args.last, args.first.identifier]
end