Exception: SimpleXChat::SendCommandError

Inherits:
GenericError
  • Object
show all
Defined in:
lib/simplex-chat/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(cmd) ⇒ SendCommandError

Returns a new instance of SendCommandError.



10
11
12
# File 'lib/simplex-chat/errors.rb', line 10

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