@throws Exception all the time * @return void */ function foo() { throw new Exception('Danger!'); } ]]>