Exception: PuppetfileResolver::Puppetfile::Parser::ParserError
- Inherits:
 - 
      RuntimeError
      
        
- Object
 - RuntimeError
 - PuppetfileResolver::Puppetfile::Parser::ParserError
 
 
- Defined in:
 - lib/puppetfile-resolver/puppetfile/parser/errors.rb
 
Instance Attribute Summary collapse
- 
  
    
      #location  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute location.
 
Instance Method Summary collapse
- 
  
    
      #initialize(error_message)  ⇒ ParserError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ParserError.
 - #to_s ⇒ Object
 
Constructor Details
#initialize(error_message) ⇒ ParserError
Returns a new instance of ParserError.
      9 10 11  | 
    
      # File 'lib/puppetfile-resolver/puppetfile/parser/errors.rb', line 9 def initialize() @error_message = end  | 
  
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location.
      7 8 9  | 
    
      # File 'lib/puppetfile-resolver/puppetfile/parser/errors.rb', line 7 def location @location end  | 
  
Instance Method Details
#to_s ⇒ Object
      13 14 15  | 
    
      # File 'lib/puppetfile-resolver/puppetfile/parser/errors.rb', line 13 def to_s @error_message end  |