class PuppetRepl::Exception::Error

Attributes

data[RW]

Public Class Methods

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