Closed suve closed 4 years ago
Currently, if the template cannot be read, the code will produce a PHP Warning on stderr and then continue on its merry way.
stderr
This changeset makes the code throw an exception if the template does not exist, alerting the user to the issue.
make sense.
Nice catch!
Currently, if the template cannot be read, the code will produce a PHP Warning on
stderr
and then continue on its merry way.This changeset makes the code throw an exception if the template does not exist, alerting the user to the issue.