Class: Docker::Template::Error::PlaceHolderError

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

Overview


Instance Method Summary collapse

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