Exception: Rookout::Exceptions::RookNonPrimitiveObjectType
- Inherits:
-
ToolException
- Object
- RuntimeError
- ToolException
- Rookout::Exceptions::RookNonPrimitiveObjectType
- Defined in:
- lib/rookout/exceptions.rb
Instance Attribute Summary
Attributes inherited from ToolException
Instance Method Summary collapse
-
#initialize(path) ⇒ RookNonPrimitiveObjectType
constructor
A new instance of RookNonPrimitiveObjectType.
Constructor Details
#initialize(path) ⇒ RookNonPrimitiveObjectType
Returns a new instance of RookNonPrimitiveObjectType.
83 84 85 86 |
# File 'lib/rookout/exceptions.rb', line 83 def initialize path super "Object #{path} must be of primitive type, such as: string, int, long etc", { "path" => path } end |