Exception: MiqFsDirectoryNotFound

Inherits:
MiqFsError
  • Object
show all
Defined in:
lib/fs/MiqFsError.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dir) ⇒ MiqFsDirectoryNotFound

Returns a new instance of MiqFsDirectoryNotFound.



7
8
9
10
# File 'lib/fs/MiqFsError.rb', line 7

def initialize(dir)
  super
  @dir = dir
end

Instance Attribute Details

#dirObject

Returns the value of attribute dir.



5
6
7
# File 'lib/fs/MiqFsError.rb', line 5

def dir
  @dir
end