class Tmux::Exception::UnknownCommand

Public Class Methods

new(command) click to toggle source
Calls superclass method
# File lib/tmux/exception/unknown_command.rb, line 4
def initialize(command)
  super("unknown command: #{command}")
end