Construct a selector exception with the provided text string
name of the source file where the exception was thrown; you would normally use __FILE__ for this parameter.
line number of the source file where the exception was thrown; you would normally use __LINE__ for this parameter.
See Implementation
Construct a selector exception with the provided text string