Exception: UniProp::PropertyValueTypeNotExistsError
- Inherits:
-
StandardError
- Object
- StandardError
- UniProp::PropertyValueTypeNotExistsError
- Defined in:
- lib/uniprop/errors.rb
Instance Method Summary collapse
-
#initialize(type) ⇒ PropertyValueTypeNotExistsError
constructor
A new instance of PropertyValueTypeNotExistsError.
Constructor Details
#initialize(type) ⇒ PropertyValueTypeNotExistsError
Returns a new instance of PropertyValueTypeNotExistsError.
10 11 12 |
# File 'lib/uniprop/errors.rb', line 10 def initialize(type) super("#{type} does not exist as property value type.") end |