Class: Docker::Template::Error::NoRootMetadata

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

Overview


Instance Method Summary collapse

Constructor Details

#initializeNoRootMetadata

Returns a new instance of NoRootMetadata.



88
89
90
# File 'lib/docker/template/error.rb', line 88

def initialize
  super "Metadata without the root flag must provide the root_metadata."
end