NotFoundTargetException constructor

NotFoundTargetException(
  1. dynamic identify
)

Implementation

NotFoundTargetException(identify)
    : super('It was not possible to obtain target position ($identify).');