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