try {} catch() {} 는
try 블럭 안에 있는걸 실행해보고
문제있으면 catch () 안에 있는 exception 변수 받아서
catch {} 안의 에러리포트(?)를 실행해주는 그런녀석이네요
참조 : http://jun.hansung.ac.kr/SWP/PHP/PHP%20Exception%20Handling.html
본 게시판의 용도
phpstorm에서 rector를 사용하려고 하는데 문제가 있습니다.
[phpstorm] safe mode, limited functionallity. trust the project to access full ide functionallity.
try {} catch() {} 가 무엇인가요?