Source

						public function throwException() {
		return $this->_filter(__METHOD__, array(), function($self, $params) {
			throw new Exception('foo');
			return 'bar';
		});
	}