class TeamSpeak3::Exceptions::CommandExecutionFailed
Attributes
command[R]
error_id[R]
Public Class Methods
new(error_id, message, command)
click to toggle source
# File lib/exceptions/command_execution_failed.rb, line 7 def initialize(error_id, message, command) @error_id = error_id.to_i @message = message @command = command end