correct exceptions for Questgroupspictures and Questtexts

This commit is contained in:
coderkun 2014-03-04 11:46:09 +01:00
commit 4085457bb1
2 changed files with 7 additions and 2 deletions

View file

@ -163,7 +163,7 @@
$sidequestId
);
if(empty($data)) {
throw new \nre\exceptions\IdNotFoundException();
throw new \nre\exceptions\IdNotFoundException($sidequestId);
}