Open cdarken opened 3 years ago
When something else than a Smarty exception is thrown the code enters this line which used a non existing class (at least in my project).
I think in both cases the call to $this->handleViewException($e); is enough, no?
$this->handleViewException($e);
When something else than a Smarty exception is thrown the code enters this line which used a non existing class (at least in my project).
I think in both cases the call to
$this->handleViewException($e);
is enough, no?