What is mean by the “1” in the code:
try(){
if(condition){
throw new ex ("Error", 1);
}
.......
}catch(ex $e){
......
}
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
What is mean by the “1” in the code:
try(){
if(condition){
throw new ex ("Error", 1);
}
.......
}catch(ex $e){
......
}