Skip to content

Commit

Permalink
Merge branch 'hotfix/3215' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Dec 13, 2012
2 parents 0c0703d + abd9c1e commit 607d268
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public function dispatch($url, $method = HttpRequest::METHOD_GET, $params = arra
}

$exception = $this->getApplication()->getMvcEvent()->getParam('exception');
if ($exception) {
if ($exception instanceof \Exception) {
throw $exception;
}
}
Expand Down

0 comments on commit 607d268

Please sign in to comment.