class Docker::Template::Error::NotImplemented

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/docker/template/error.rb, line 71
def initialize
  super "The feature is not implemented yet, sorry about that."
end