class Oso::Polar::PolarFileNotFoundError

Public Class Methods

new(file) click to toggle source

@param file [String]

Calls superclass method Oso::Polar::Error::new
# File lib/oso/polar/errors.rb, line 66
def initialize(file)
  super("Could not find file: #{file}")
end