Junior PHP Developer Question:
Tell me 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.