Catching errors
Moderator: General Moderators
Re: Catching errors
Sure, check out the various techniques and strategies: https://www.google.com/search?q=php+aut ... 2&bih=1187
Re: Catching errors
You could also check the file before trying to call include with is_file and throw your own exception.
Re: Catching errors
Thanks to both.
S
S