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