Exception: UniProp::PropertyNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(searched_property) ⇒ PropertyNotFoundError

Returns a new instance of PropertyNotFoundError.



5
6
7
# File 'lib/uniprop/errors.rb', line 5

def initialize(searched_property)
  super("property not found. (searched property: #{searched_property})")
end