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