Exception: SimpleXChat::SendCommandError
- Inherits:
-
GenericError
- Object
- StandardError
- GenericError
- SimpleXChat::SendCommandError
- Defined in:
- lib/simplex-chat/errors.rb
Instance Method Summary collapse
-
#initialize(cmd) ⇒ SendCommandError
constructor
A new instance of SendCommandError.
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 |