Page 2 of 2

Re: Catching errors

Posted: Thu Nov 22, 2012 12:34 am
by Benjamin
Sure, check out the various techniques and strategies: https://www.google.com/search?q=php+aut ... 2&bih=1187

Re: Catching errors

Posted: Thu Nov 22, 2012 1:38 pm
by Eric!
You could also check the file before trying to call include with is_file and throw your own exception.

Re: Catching errors

Posted: Mon Nov 26, 2012 11:30 pm
by eazyGen
Thanks to both.

S