correct namespaces
This commit is contained in:
parent
b392eb9188
commit
7348ca080c
3 changed files with 17 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue