Question:what is the difference between Exception::getMessage and Exception::getLine ?
Answer Exception::getMessage lets us getting the Exception message and Exception::getLine lets us getting the line in which the exception occurred.
+ Report
what is the difference between Exception::getMessage and Exception::getLine ?