Exception: Oso::Polar::PolarFileNotFoundError

Inherits:
PolarRuntimeError show all
Defined in:
lib/oso/polar/errors.rb

Overview

rubocop:disable Style/Documentation

Instance Attribute Summary

Attributes inherited from Error

#stack_trace

Instance Method Summary collapse

Constructor Details

#initialize(file) ⇒ PolarFileNotFoundError

Returns a new instance of PolarFileNotFoundError.

Parameters:

  • file (String)


64
65
66
# File 'lib/oso/polar/errors.rb', line 64

def initialize(file)
  super("Could not find file: #{file}")
end