Exception: Docker::Template::Error::NotImplemented

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

Instance Method Summary collapse

Constructor Details

#initializeNotImplemented

Returns a new instance of NotImplemented.



9
10
11
# File 'lib/docker/template/error/not_implemented.rb', line 9

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