^try{
$source[this is the cause of error]
^throw[test;$source;comment value]
}{
^if($exception.type eq test){
$exception.handled(1)
type=$exception.type
source=$exception.source
# file=$exception.file
lineno=$exception.lineno
comment=$exception.comment
}
}