class PuppetDebugger::Exception::Error

Attributes

data[RW]

Public Class Methods

new(data = {}) click to toggle source
# File lib/puppet-debugger/support/errors.rb, line 7
def initialize(data = {})
  @data = data
end