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
|
||||
);
|
||||
if(empty($data)) {
|
||||
throw new \nre\exceptions\IdNotFoundException($questUrl);
|
||||
throw new \nre\exceptions\IdNotFoundException($questId);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue