Class: Docker::Template::Error::PlaceHolderError
- Inherits:
-
StandardError
- Object
- Docker::Template::Error::PlaceHolderError
- Defined in:
- lib/docker/template/error.rb
Overview
Instance Method Summary collapse
-
#initialize(error) ⇒ PlaceHolderError
constructor
A new instance of PlaceHolderError.
Constructor Details
#initialize(error) ⇒ PlaceHolderError
Returns a new instance of PlaceHolderError.
17 18 19 20 21 |
# File 'lib/docker/template/error.rb', line 17 def initialize(error) super "PLACEHOLDER ERROR: %s" % ( error ) end |