PropertyListException.nested constructor

PropertyListException.nested(
  1. Object nested
)

Implementation

PropertyListException.nested(Object nested)
    : _nested = nested,
      _message = null;