|
|
1.1.2.1 ! paf 1: ^try{ ! 2: $source[this is the cause of error] ! 3: ^throw[test;$source;comment value] ! 4: }{ ! 5: ^if($exception.type eq test){ ! 6: $exception.handled(1) ! 7: ! 8: type=$exception.type<br> ! 9: source=$exception.source<br> ! 10: # file=$exception.file<br> ! 11: lineno=$exception.lineno<br> ! 12: comment=$exception.comment<br> ! 13: } ! 14: }