Exception: VBucket::CannotAccessShare

Inherits:
Exception
  • Object
show all
Defined in:
lib/vbucket.rb

Instance Method Summary collapse

Constructor Details

#initialize(file_path_) ⇒ CannotAccessShare

Returns a new instance of CannotAccessShare.



21
22
23
# File 'lib/vbucket.rb', line 21

def initialize(file_path_)
  super("Directory does not exist or permissions issue: #{file_path_}")
end