Exception: Oso::Polar::PolarFileNotFoundError
- Inherits:
 - 
      PolarRuntimeError
      
        
- Object
 - RuntimeError
 - Error
 - Error
 - PolarRuntimeError
 - Oso::Polar::PolarFileNotFoundError
 
 
- Defined in:
 - lib/oso/polar/errors.rb
 
Overview
rubocop:disable Style/Documentation
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
- 
  
    
      #initialize(file)  ⇒ PolarFileNotFoundError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of PolarFileNotFoundError.
 
Constructor Details
#initialize(file) ⇒ PolarFileNotFoundError
Returns a new instance of PolarFileNotFoundError.
      64 65 66  | 
    
      # File 'lib/oso/polar/errors.rb', line 64 def initialize(file) super("Could not find file: #{file}") end  |