Welcome Guest, Not a member yet? Register   Sign In
How handle the warnings
#1

[eluser]vamsee[/eluser]
I got following warning


Severity: Warning

Message: Division by zero


But i would like to handle warning too.


This is my code

Code:
try
{
   echo 90/0;    
   throw new Exception("Divide by zero error");
}
catch(Exception $ex)
{
   echo $ex->getMessage();
}


Messages In This Thread
How handle the warnings - by El Forum - 10-19-2010, 01:49 AM
How handle the warnings - by El Forum - 10-19-2010, 02:03 AM
How handle the warnings - by El Forum - 10-19-2010, 03:21 AM
How handle the warnings - by El Forum - 10-21-2010, 03:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB