blob: f0fe502494a09597a9a1dd9c065c7a6a91e2375c [file] [log] [blame]
function interception* {
before(): {
cocoon.log.info( "before:interception*" );
}
stopExecution(): {
cocoon.log.info( "stopExecution:interception*" );
}
}