Code review.
Here:
And here:
We have an Exception of Exception\ResourceNotFound
being thrown in the namespace Joomla\Component\Contenthistory\Api\Controller
Neither phpStorm or I can work our where this missing Joomla\Component\Contenthistory\Api\Controller\Exception\ResourceNotFound
class is, or if its a mistake, what class should be used as the thrown exception.
Labels |
Added:
?
|
I've not had time to revisit this myself - but clearly it needs changing to be correct
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-10-13 12:14:11 |
Closed_By | ⇒ | PhilETaylor |
It should be
Joomla\CMS\MVC\Controller\Exception\ResourceNotFound
.