Exception: RDockerize::Errors::DockerFilenameError
- Defined in:
- lib/r_dockerize/errors/docker_filename_error.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(attrs = {}) ⇒ DockerFilenameError
constructor
A new instance of DockerFilenameError.
Methods inherited from Base
Constructor Details
#initialize(attrs = {}) ⇒ DockerFilenameError
Returns a new instance of DockerFilenameError.
8 9 10 11 12 |
# File 'lib/r_dockerize/errors/docker_filename_error.rb', line 8 def initialize(attrs = {}) @key = "docker_filename_error" @attrs = attrs super() end |