Exception: Pluginator::MissingType
- Inherits:
-
PluginatorError
- Object
- RuntimeError
- PluginatorError
- Pluginator::MissingType
- Defined in:
- lib/pluginator/errors.rb
Overview
raised when type can not be found, generated by ‘*!` methods
Instance Method Summary collapse
-
#initialize(type, list) ⇒ MissingType
constructor
A new instance of MissingType.
Constructor Details
#initialize(type, list) ⇒ MissingType
Returns a new instance of MissingType.
44 45 46 |
# File 'lib/pluginator/errors.rb', line 44 def initialize(type, list) super("Can not find type '#{type}' in #{list_to_s(list)}.") end |