Vote Details for "System_Launcher" by shupp

» Details
  • Voter: Bill Shupp 
  • Vote: +1 (not conditional)
  • Reviews: Cursory source review
» Comment
Nice work. Two minor comments:

I don't think it's necessary to extend PEAR_Exception (unless there's a specific reason I'm not aware of), rather just extend Exception.

I've found that is_null() is considerably slower than !== null. You might consider using that instead.