ytake / Laravel.Smarty

smarty template engine for laravel
MIT License
84 stars 24 forks source link

Use of non existing class Symfony\Component\Debug\Exception\FatalThrowableError #76

Open cdarken opened 3 years ago

cdarken commented 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?