class Goodcheck::ImportLoader::FileNotFound

Attributes

path[R]

Public Class Methods

new(path) click to toggle source
Calls superclass method
# File lib/goodcheck/import_loader.rb, line 15
def initialize(path)
  super("No such a file: #{path}")
  @path = path
end