Exception: Docker::Template::Error::NoRootfsCopyDir

Inherits:
StandardError
  • Object
show all
Defined in:
lib/docker/template/error/no_rootfs_copy_dir.rb

Instance Method Summary collapse

Constructor Details

#initializeNoRootfsCopyDir



9
10
11
# File 'lib/docker/template/error/no_rootfs_copy_dir.rb', line 9

def initialize
  super "Unable to find your rootfs copy folder."
end