LookupException constructor

LookupException(
  1. dynamic message
)

Implementation

LookupException(message) : super(message);