InvalidArgumentException constructor
InvalidArgumentException(
- String _message
Constructor takes the exception message as an argument
Implementation
InvalidArgumentException(this._message);
Constructor takes the exception message as an argument
InvalidArgumentException(this._message);