Exception: RDockerize::Errors::CommandNotFound

Inherits:
Base
  • Object
show all
Defined in:
lib/r_dockerize/errors/command_not_found.rb

Constant Summary

Constants inherited from Base

Base::BASE_KEY

Instance Attribute Summary

Attributes inherited from Base

#attrs, #key

Instance Method Summary collapse

Methods inherited from Base

#create_message

Constructor Details

#initialize(attrs) ⇒ CommandNotFound

Returns a new instance of CommandNotFound.



8
9
10
11
12
# File 'lib/r_dockerize/errors/command_not_found.rb', line 8

def initialize(attrs)
  @key = "command_not_found"
  @attrs = attrs
  super(create_message)
end