exceptionParameter property
Return the parameter whose value will be the exception that was thrown, or
null
if there is no 'catch' keyword.
Implementation
@Deprecated('Use exceptionParameter2 instead')
SimpleIdentifier? get exceptionParameter;
Return the parameter whose value will be the exception that was thrown, or
null
if there is no 'catch' keyword.
@Deprecated('Use exceptionParameter2 instead')
SimpleIdentifier? get exceptionParameter;