Mensagem de exceção do PHP
try {
throw new Exception("Some error message");
} catch(Exception $e) {
echo $e->getMessage();
}
Fahim Foysal
try {
throw new Exception("Some error message");
} catch(Exception $e) {
echo $e->getMessage();
}