Class: Docker::Template::Error::NoRootMetadata
- Inherits:
-
StandardError
- Object
- Docker::Template::Error::NoRootMetadata
- Defined in:
- lib/docker/template/error.rb
Overview
Instance Method Summary collapse
-
#initialize ⇒ NoRootMetadata
constructor
A new instance of NoRootMetadata.
Constructor Details
#initialize ⇒ NoRootMetadata
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 |