correct namespaces

This commit is contained in:
coderkun 2013-08-27 14:24:31 +02:00
commit 7348ca080c
3 changed files with 17 additions and 13 deletions

View file

@ -60,7 +60,7 @@
$this->errorService($e);
}
catch(\nre\exceptions\ActionNotFoundException $e) {
$this->error($e, WebUtils::HTTP_NOT_FOUND);
$this->error($e, \nre\core\WebUtils::HTTP_NOT_FOUND);
}
catch(\nre\exceptions\FatalDatamodelException $e) {
$this->errorService($e);