Added reference name to exception that is thrown.
This commit is contained in:
parent
dbcf6fdb80
commit
886026aa4c
2 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ class Dynamic extends Object
|
|||
}
|
||||
else
|
||||
{
|
||||
throw new Exception('Supplied reference does not exist');
|
||||
throw new Exception('Supplied reference does not exist (' . $reference . ')');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue