class SimpleXChat::SendCommandError

def initialize(cmd)

def initialize(cmd)
  super "Failed to send command: #{cmd}"
end