Method: Puppet::Pops::SemanticError#initialize
- Defined in:
- lib/puppet/pops/semantic_error.rb
#initialize(issue, semantic = nil, options = {}) ⇒ SemanticError
Returns a new instance of SemanticError.
12 13 14 15 16 |
# File 'lib/puppet/pops/semantic_error.rb', line 12 def initialize(issue, semantic=nil, = {}) @issue = issue @semantic = semantic = end |