Exception: UniProp::PropertyValueTypeNotExistsError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/uniprop/errors.rb

Instance Method Summary collapse

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