try {} catch() {} 는
try 블럭 안에 있는걸 실행해보고
문제있으면 catch () 안에 있는 exception 변수 받아서
catch {} 안의 에러리포트(?)를 실행해주는 그런녀석이네요
참조 : http://jun.hansung.ac.kr/SWP/PHP/PHP%20Exception%20Handling.html
try {} catch() {} 는
try 블럭 안에 있는걸 실행해보고
문제있으면 catch () 안에 있는 exception 변수 받아서
catch {} 안의 에러리포트(?)를 실행해주는 그런녀석이네요
참조 : http://jun.hansung.ac.kr/SWP/PHP/PHP%20Exception%20Handling.html