Class: Autocad::FileNotFound
Instance Method Summary collapse
-
#initialize(path) ⇒ FileNotFound
constructor
A new instance of FileNotFound.
Constructor Details
#initialize(path) ⇒ FileNotFound
Returns a new instance of FileNotFound.
8 9 10 |
# File 'lib/autocad/errors.rb', line 8 def initialize(path) super("File at path #{path} not found") end |