class LeapCli::ConfigError
Attributes
node[RW]
Public Class Methods
new(node, msg)
click to toggle source
Calls superclass method
# File lib/leap_cli/exceptions.rb, line 5 def initialize(node, msg) @node = node super(msg) end
Public Instance Methods
log()
click to toggle source
# File lib/leap_cli/exceptions.rb, line 9 def log Util.log(0, :error, "in node `#{@node.name}`: " + self.message) end