Gerard-Meier

PHP Exception

Apr 21st, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. try {
  2.     if(someCheck()) {
  3.         if(someCheck()) {
  4.             if(someCheck()) {
  5.  
  6.             }
  7.         }
  8.     }
  9. } catch(Exception $exception) {
  10.     print $exeption->message();
  11. }
Advertisement
Add Comment
Please, Sign In to add comment