Class: Docker::Template::Error::NotImplemented

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

Overview

Instance Method Summary collapse

Constructor Details

#initializeNotImplemented

Returns a new instance of NotImplemented.



71
72
73
# File 'lib/docker/template/error.rb', line 71

def initialize
  super "The feature is not implemented yet, sorry about that."
end