
Untitled
By: a guest on
May 4th, 2012 | syntax:
PHP | size: 0.21 KB | hits: 18 | expires: Never
<?php
if (false) {
if (true) {
throw new Exception("Test Twee");
} else {
throw new Exception("Test Three");
}
} else {
throw new Exception("Test Een");
}