brianlmoon / net_gearman

A PHP interface for Gearman
84 stars 46 forks source link

Better error handling when job class isn't loaded. #15

Closed j03k64 closed 10 years ago

j03k64 commented 10 years ago

When a job class doesn't load (for any number of reasons), an Job Exception is thrown. Now we'll catch when that happens instead of just blindly trying to start it.