Check the 'errno' global variable from the C standard library and throw an exception with the description of the error.
Name of the source file where the check is being made; you would normally use __FILE__ for this parameter.
Line number of the source file where this method was called; you would normally use __LINE__ for this parameter.
See Implementation
Check the 'errno' global variable from the C standard library and throw an exception with the description of the error.