class Docker::Template::Error::InvalidYAMLFile

Public Class Methods

new(file) click to toggle source
Calls superclass method
# File lib/docker/template/error.rb, line 55
def initialize(file)
  super "The yaml data provided by #{file} is invalid and not a hash."
end