ournameismud / fractal

Fractal plugin port for Craft 3
MIT License
14 stars 5 forks source link

Add TemplateLoadertException #2

Closed jmcgaha closed 6 years ago

jmcgaha commented 6 years ago

I was getting the error in the latest version of Craft 3 (not sure if this happened previously): Error: Class 'ournameismud\fractal\TemplateLoaderException' not found in /chroot/home/sitename/vendor/ournameismud/fractal/src/Fractal.php:214

Adding use craft\web\twig\TemplateLoaderException; fixed the issue for me. I additionally converted the tabs in the document to spaces since both were in there and it looked pretty weird for me.

rjgux commented 6 years ago

Thanks for your contribution @jmcgaha ! I'll work on publishing this to new versioned release.