Class: Docker::Template::Error::NotImplemented
- Inherits:
-
StandardError
- Object
- Docker::Template::Error::NotImplemented
- Defined in:
- lib/docker/template/error.rb
Overview
–
Instance Method Summary collapse
-
#initialize ⇒ NotImplemented
constructor
A new instance of NotImplemented.
Constructor Details
#initialize ⇒ NotImplemented
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 |