Exception: UniProp::PropertyNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- UniProp::PropertyNotFoundError
- Defined in:
- lib/uniprop/errors.rb
Instance Method Summary collapse
-
#initialize(searched_property) ⇒ PropertyNotFoundError
constructor
A new instance of PropertyNotFoundError.
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 |