Exception: RDockerize::Errors::DbNotFound

Inherits:
Base
  • Object
show all
Defined in:
lib/r_dockerize/errors/db_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) ⇒ DbNotFound

Returns a new instance of DbNotFound.



6
7
8
9
10
# File 'lib/r_dockerize/errors/db_not_found.rb', line 6

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