fix an exception variable
This commit is contained in:
parent
959f239f74
commit
b3c22edf6b
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
||||||
$questId
|
$questId
|
||||||
);
|
);
|
||||||
if(empty($data)) {
|
if(empty($data)) {
|
||||||
throw new \nre\exceptions\IdNotFoundException($questUrl);
|
throw new \nre\exceptions\IdNotFoundException($questId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue