InvalidArgumentException constructor

InvalidArgumentException(
  1. String _message
)

Constructor takes the exception message as an argument

Implementation

InvalidArgumentException(this._message);