Class: Autocad::FileNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/autocad/errors.rb

Instance Method Summary collapse

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