Exception: Kiba::Extend::Registry::RequirableFile::NoDependencyCreatorError
- Inherits:
-
StandardError
- Object
- StandardError
- Kiba::Extend::Registry::RequirableFile::NoDependencyCreatorError
- Defined in:
- lib/kiba/extend/registry/requirable_file.rb
Overview
Exception raised if FileRegistry contains no creator for file
Instance Method Summary collapse
-
#initialize(filekey) ⇒ NoDependencyCreatorError
constructor
A new instance of NoDependencyCreatorError.
Constructor Details
#initialize(filekey) ⇒ NoDependencyCreatorError
Returns a new instance of NoDependencyCreatorError.
14 15 16 17 |
# File 'lib/kiba/extend/registry/requirable_file.rb', line 14 def initialize(filekey) msg = "No creator method found for :#{filekey} in file registry" super(msg) end |